зеркало из https://github.com/mozilla/pjs.git
fixing up locked profile error text.
This commit is contained in:
Родитель
d8b3d2a11e
Коммит
91769fffc8
|
@ -138,8 +138,8 @@ app_getModuleInfo(nsStaticModuleInfo **info, PRUint32 *count);
|
|||
if (NS_FAILED(rv)) {
|
||||
if (rv == NS_ERROR_FILE_ACCESS_DENIED) {
|
||||
//horrible, horrible, bad, fixed strings. need localization string file.
|
||||
NSRunAlertPanel(@"A version of Navigator is already running on this system.",
|
||||
@"Only one copy may be run at any time.",
|
||||
NSRunAlertPanel(@"Cannot Launch Navigator",
|
||||
@"Navigator is already running on this system. Only one version may be run at any time.",
|
||||
@"Quit",nil,nil);
|
||||
[NSApp terminate:self];
|
||||
}
|
||||
|
|
|
@ -138,8 +138,8 @@ app_getModuleInfo(nsStaticModuleInfo **info, PRUint32 *count);
|
|||
if (NS_FAILED(rv)) {
|
||||
if (rv == NS_ERROR_FILE_ACCESS_DENIED) {
|
||||
//horrible, horrible, bad, fixed strings. need localization string file.
|
||||
NSRunAlertPanel(@"A version of Navigator is already running on this system.",
|
||||
@"Only one copy may be run at any time.",
|
||||
NSRunAlertPanel(@"Cannot Launch Navigator",
|
||||
@"Navigator is already running on this system. Only one version may be run at any time.",
|
||||
@"Quit",nil,nil);
|
||||
[NSApp terminate:self];
|
||||
}
|
||||
|
|
|
@ -138,8 +138,8 @@ app_getModuleInfo(nsStaticModuleInfo **info, PRUint32 *count);
|
|||
if (NS_FAILED(rv)) {
|
||||
if (rv == NS_ERROR_FILE_ACCESS_DENIED) {
|
||||
//horrible, horrible, bad, fixed strings. need localization string file.
|
||||
NSRunAlertPanel(@"A version of Navigator is already running on this system.",
|
||||
@"Only one copy may be run at any time.",
|
||||
NSRunAlertPanel(@"Cannot Launch Navigator",
|
||||
@"Navigator is already running on this system. Only one version may be run at any time.",
|
||||
@"Quit",nil,nil);
|
||||
[NSApp terminate:self];
|
||||
}
|
||||
|
|
|
@ -138,8 +138,8 @@ app_getModuleInfo(nsStaticModuleInfo **info, PRUint32 *count);
|
|||
if (NS_FAILED(rv)) {
|
||||
if (rv == NS_ERROR_FILE_ACCESS_DENIED) {
|
||||
//horrible, horrible, bad, fixed strings. need localization string file.
|
||||
NSRunAlertPanel(@"A version of Navigator is already running on this system.",
|
||||
@"Only one copy may be run at any time.",
|
||||
NSRunAlertPanel(@"Cannot Launch Navigator",
|
||||
@"Navigator is already running on this system. Only one version may be run at any time.",
|
||||
@"Quit",nil,nil);
|
||||
[NSApp terminate:self];
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче