]> git.pld-linux.org Git - packages/gexif.git/blob - gexif-codeset.patch
- tabs in preamble
[packages/gexif.git] / gexif-codeset.patch
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.081826 seconds and 3 git commands to generate.