Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 763365 - Launching an installed web application with no supported…
Browse files Browse the repository at this point in the history
… version of Firefox installed for web apps results in a not so useful error message to the user. r=myk
  • Loading branch information
Marco Castelluccio committed Jul 6, 2012
1 parent 18a4c42 commit aa36d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapprt/gtk2/webapprt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit aa36d2c

Please sign in to comment.