--- AE/Installer/trunk/source/main_window.cpp 2009/07/06 14:02:56 390 +++ AE/Installer/trunk/source/main_window.cpp 2009/07/06 14:04:11 391 @@ -338,7 +338,7 @@ int globalizeData(void) // or we could just include it in the zip in the proper place already. copy("../../persist.dat","../persist.dat"); - copy("../../keyconfig.txt","../keyconfig.txt"); + copy("../../keyconfig.txt","../keyconfig.txt"); #ifndef WIN32 /* On Mac only, set the current GDF to the AE GDF by writing to Oni's global preferences file (thankfully a standard OS X ".plist" XML file). If there are no Oni prefs (only possible if Oni has not been run even once), then the above line will fail silently, no harm done,