fixing bug 202984 - Right clicking on Mozilla and selecting Preferences does not work. r/sr=jag.

This commit is contained in:
ssu%netscape.com 2003-04-23 02:52:56 +00:00
Родитель c83cb47fbc
Коммит ddf4d8367f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -412,7 +412,7 @@ static void setWindowsXP() {
RegistryEntry tmp_entry5( HKEY_LOCAL_MACHINE,
nsCAutoString( subkey + NS_LITERAL_CSTRING( "\\shell\\properties\\command" ) ).get(),
"",
nsCAutoString( thisApplication() + NS_LITERAL_CSTRING( "-chrome \"chrome://communicator/content/pref/pref.xul\"" ) ).get() );
nsCAutoString( thisApplication() + NS_LITERAL_CSTRING( " -chrome \"chrome://communicator/content/pref/pref.xul\"" ) ).get() );
tmp_entry5.set();
// Now we need to select our application as the default start menu internet application.