view
Return to patch-src::main.c CVS log | Up to [FreeBSD] / ports / audio / grip / files |
File:
[FreeBSD] / ports / audio / grip / files / patch-src::main.c
Revision 1.1: download - view: text, annotated - select for diffs
Sun Nov 15 12:26:31 2009 UTC (3 months, 4 weeks ago) by naddy
Branches: MAIN
CVS tags: RELEASE_7_3_0, HEAD
Revision 1.1: download - view: text, annotated - select for diffs
Sun Nov 15 12:26:31 2009 UTC (3 months, 4 weeks ago) by naddy
Branches: MAIN
CVS tags: RELEASE_7_3_0, HEAD
Fix the actual bug that caused translated message catalogs to be displayed incorrectly, and remove the workaround.
--- src/main.c.orig +++ src/main.c @@ -163,7 +163,7 @@ GNOME_PARAM_POPT_TABLE,options, GNOME_PROGRAM_STANDARD_PROPERTIES,NULL); - bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF8"); + bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); /* Session Management */