]> git.pld-linux.org Git - packages/gexif.git/commitdiff
- bind proper codesets for gtk+2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Mar 2005 19:09:55 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gexif-codeset.patch -> 1.1

gexif-codeset.patch [new file with mode: 0644]

diff --git a/gexif-codeset.patch b/gexif-codeset.patch
new file mode 100644 (file)
index 0000000..88ee6c5
--- /dev/null
@@ -0,0 +1,11 @@
+--- gexif-0.5/gexif/gexif.c.orig       2002-12-15 12:35:45.000000000 +0100
++++ gexif-0.5/gexif/gexif.c    2005-03-21 19:35:41.411884832 +0100
+@@ -49,6 +49,8 @@
+       GtkWidget *w;
+       gtk_set_locale ();
++      bind_textdomain_codeset ("libexif-gtk", "UTF-8");
++      bind_textdomain_codeset (PACKAGE, "UTF-8");
+       bindtextdomain (PACKAGE, GEXIF_LOCALEDIR);
+       textdomain (PACKAGE);
This page took 0.096569 seconds and 4 git commands to generate.