mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Changing name of the exe from seamonkey32e.exe to NetscapeSetup.exe
This commit is contained in:
parent
b07d563b43
commit
319f84afa8
@ -95,7 +95,7 @@ int ReplaceXPIFiles()
|
||||
int ReplaceINIFile()
|
||||
{
|
||||
CString command;
|
||||
CString exeName("Seamonkey32e.exe");
|
||||
CString exeName("NetscapeSetup.exe");
|
||||
char olddir[1024];
|
||||
|
||||
GetCurrentDirectory(sizeof(olddir), olddir);
|
||||
@ -741,7 +741,7 @@ int StartIB(CString parms, WIDGET *curWidget)
|
||||
if (!infout)
|
||||
exit( 3 );
|
||||
|
||||
fprintf(infout,"[autorun]\nopen = .\\Core\\Seamonkey32e.exe");
|
||||
fprintf(infout,"[autorun]\nopen = .\\Core\\NetscapeSetup.exe");
|
||||
}
|
||||
CString component;
|
||||
CString configiniPath = cdPath +"\\config.ini";
|
||||
|
Loading…
Reference in New Issue
Block a user