]> git.pld-linux.org Git - packages/bins.git/commitdiff
There is no LC_MESSAGES in POSIX perl module (why?!). Use LC_ALL instead.
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 24 May 2002 12:02:09 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bins-gui_locale.patch -> 1.1

bins-gui_locale.patch [new file with mode: 0644]

diff --git a/bins-gui_locale.patch b/bins-gui_locale.patch
new file mode 100644 (file)
index 0000000..9e17f52
--- /dev/null
@@ -0,0 +1,21 @@
+diff -durN bins-1.1.7.orig/bins-edit-gui bins-1.1.7/bins-edit-gui
+--- bins-1.1.7.orig/bins-edit-gui      Fri May 24 11:41:24 2002
++++ bins-1.1.7/bins-edit-gui   Fri May 24 11:41:51 2002
+@@ -52,7 +52,7 @@
+ use Text::Iconv;
+ # for localized text
+-use POSIX qw(setlocale LC_MESSAGES);
++use POSIX qw(setlocale LC_ALL);
+ use Locale::gettext;
+ sub _ {
+@@ -63,7 +63,7 @@
+ $localePath = "/usr/share/locale"; # Base locale path  (for I18N)
+-setlocale(LC_MESSAGES, "");
++setlocale(LC_ALL, "");
+ bindtextdomain("bins-edit-gui", $localePath);
+ textdomain("bins-edit-gui");
This page took 0.095391 seconds and 4 git commands to generate.