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:
Marco Castelluccio 2012-07-05 21:08:01 -04:00
parent 0a40268f1f
commit 8c7ce7c3a6

View File

@ -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;
}