]> git.pld-linux.org Git - packages/gexif.git/blobdiff - gexif-codeset.patch
- bind proper codesets for gtk+2
[packages/gexif.git] / gexif-codeset.patch
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.064036 seconds and 4 git commands to generate.