]> git.pld-linux.org Git - packages/gexif.git/blame - gexif-codeset.patch
- bind proper codesets for gtk+2
[packages/gexif.git] / gexif-codeset.patch
CommitLineData
7d2054b8
JB
1--- gexif-0.5/gexif/gexif.c.orig 2002-12-15 12:35:45.000000000 +0100
2+++ gexif-0.5/gexif/gexif.c 2005-03-21 19:35:41.411884832 +0100
3@@ -49,6 +49,8 @@
4 GtkWidget *w;
5
6 gtk_set_locale ();
7+ bind_textdomain_codeset ("libexif-gtk", "UTF-8");
8+ bind_textdomain_codeset (PACKAGE, "UTF-8");
9 bindtextdomain (PACKAGE, GEXIF_LOCALEDIR);
10 textdomain (PACKAGE);
11
This page took 0.107553 seconds and 4 git commands to generate.