]> git.pld-linux.org Git - packages/mkvtoolnix.git/blob - mkvtoolnix-init_locales.patch
- updated to 28.0.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    mxverb(4, boost::format("[init_locales chosen locale %1%]\n") % chosen_locale);
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    locale_dir = MTX_LOCALE_DIR;
11  # endif  // SYS_WINDOWS
This page took 0.025065 seconds and 3 git commands to generate.