mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 763491. Change string to say "Firefox version 15" instead of "Firefox version 14," since WebappRT will first be released in version 15. r=myk
This commit is contained in:
parent
5c8e15cbf4
commit
60f2bbc386
@ -511,7 +511,7 @@ main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
// We've done all we know how to do to try to find and launch FF
|
||||
Output("This app requires that Firefox version 14 or above is installed."
|
||||
" Firefox 14+ has not been detected.");
|
||||
Output("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