[iso] update libcdio to latest

* Also remove MSG_176 from English version
* Also perform additional cleanup and remove a Clang warning
* Closes #224
This commit is contained in:
Pete Batard 2013-11-23 22:05:34 +00:00
parent f97f60d55a
commit fcf16fed25
8 changed files with 338 additions and 223 deletions

View file

@ -2099,10 +2099,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
if ( (!get_supported_locales(loc_file))
|| ((selected_locale = ((locale_name == NULL)?get_locale_from_lcid(lcid, TRUE):get_locale_from_name(locale_name, TRUE))) == NULL) ) {
uprintf("FATAL: Could not access locale!\n");
MessageBoxU(NULL, "The locale data is missing or invalid. This application will now exit."
// TODO: remove this line for release!
"\n\nTRANSLATORS: You need to add a 'v 1.0.0' line to your loc file. See the latest 'new_translation.loc'",
"Fatal error", MB_ICONSTOP);
MessageBoxU(NULL, "The locale data is missing or invalid. This application will now exit.", "Fatal error", MB_ICONSTOP);
goto out;
}