X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=blobdiff_plain;f=ide%2Fsrc%2FIDESettings.ec;h=4b1a7831412d00edc16bb3e014478219e4a9ec78;hp=f9c9695d59beda52c966894bac4703e67e4279f1;hb=cf37e3addcf039065340e429f0c3e1cf30849bb2;hpb=3d0fe7a4145514965f5777aa2b33cce4fb26c771 diff --git a/ide/src/IDESettings.ec b/ide/src/IDESettings.ec index f9c9695..4b1a783 100644 --- a/ide/src/IDESettings.ec +++ b/ide/src/IDESettings.ec @@ -404,7 +404,7 @@ private: StripLastDirectory(moduleLocation, moduleLocation); ChangeCh(moduleLocation, '\\', '/'); // PortableApps.com directory structure - if((start = strstr(path, "\\App\\EcereSDK\\bin\\ide.exe"))) + if((start = strstr(path, "\\App\\EcereSDK\\bin\\ecere-ide.exe"))) { char configFilePath[MAX_LOCATION]; char defaultConfigFilePath[MAX_LOCATION];