]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- s/mxerror/mxwarn/
authorKarol Krenski <charles@pld-linux.org>
Sun, 10 May 2009 14:22:25 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mkvtoolnix-init_locales.patch -> 1.1

mkvtoolnix-init_locales.patch [new file with mode: 0644]

diff --git a/mkvtoolnix-init_locales.patch b/mkvtoolnix-init_locales.patch
new file mode 100644 (file)
index 0000000..99f359b
--- /dev/null
@@ -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
This page took 0.029162 seconds and 4 git commands to generate.