]> git.pld-linux.org Git - packages/bins.git/commitdiff
- Seems to be merged with sources.
authormkochano <mkochano@pld-linux.org>
Sun, 11 Aug 2002 20:47:42 +0000 (20:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bins-gui_locale.patch -> 1.2

bins-gui_locale.patch [deleted file]

diff --git a/bins-gui_locale.patch b/bins-gui_locale.patch
deleted file mode 100644 (file)
index 9e17f52..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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.054619 seconds and 4 git commands to generate.