mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 763365 - Launching an installed web application with no supported version of Firefox installed for web apps results in a not so useful error message to the user. r=myk
This commit is contained in:
parent
0a40268f1f
commit
8c7ce7c3a6
@ -271,7 +271,8 @@ int main(int argc, char *argv[])
|
||||
snprintf(appIniPath, MAXPATHLEN, "%s/%s", firefoxDir, kAPP_INI);
|
||||
|
||||
if (NS_FAILED(parser.Init(appIniPath))) {
|
||||
ErrorDialog("Couldn't open Firefox application.ini");
|
||||
ErrorDialog("This app requires that Firefox version 15 or above is installed."
|
||||
" Firefox 15+ has not been detected.");
|
||||
return 255;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user