From 7235e43b3cb1313d4c7987a8f83af83a247ad01f Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Sun, 10 May 2009 14:22:25 +0000 Subject: [PATCH] - s/mxerror/mxwarn/ Changed files: mkvtoolnix-init_locales.patch -> 1.1 --- mkvtoolnix-init_locales.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mkvtoolnix-init_locales.patch diff --git a/mkvtoolnix-init_locales.patch b/mkvtoolnix-init_locales.patch new file mode 100644 index 0000000..99f359b --- /dev/null +++ b/mkvtoolnix-init_locales.patch @@ -0,0 +1,11 @@ +--- mkvtoolnix-2.8.0/src/common/translation.cpp.orig 2009-05-10 16:14:28.000000000 +0200 ++++ mkvtoolnix-2.8.0/src/common/translation.cpp 2009-05-10 15:05:54.000000000 +0200 +@@ -210,7 +210,7 @@ + mxverb(4, boost::format("[init_locales chosen locale %1%]\n") % chosen_locale); + + if (chosen_locale.empty()) +- mxerror(Y("The locale could not be set properly. Check the LANG, LC_ALL and LC_MESSAGES environment variables.\n")); ++ mxwarn(Y("The locale could not be set properly. Check the LANG, LC_ALL and LC_MESSAGES environment variables.\n")); + + locale_dir = MTX_LOCALE_DIR; + # endif // SYS_WINDOWS -- 2.44.0