]> git.pld-linux.org Git - packages/mkvtoolnix.git/blob - mkvtoolnix-init_locales.patch
- release 2 (cmark 0.31.0)
[packages/mkvtoolnix.git] / mkvtoolnix-init_locales.patch
1 --- mkvtoolnix-2.8.0/src/common/translation.cpp.orig    2009-05-10 16:14:28.000000000 +0200
2 +++ mkvtoolnix-2.8.0/src/common/translation.cpp 2009-05-10 15:05:54.000000000 +0200
3 @@ -210,7 +210,7 @@
4      chosen_locale = "C";
5  
6    if (chosen_locale.empty())
7 -    mxerror(Y("The locale could not be set properly. Check the LANG, LC_ALL and LC_MESSAGES environment variables.\n"));
8 +    mxwarn("The locale could not be set properly. Check the LANG, LC_ALL and LC_MESSAGES environment variables.\n");
9  
10    translation_c::set_active_translation(chosen_locale);
11  
This page took 0.088902 seconds and 3 git commands to generate.