openbsd-ports/audio/grip/patches/patch-src_main_c
naddy cbdb1edad4 Fix the actual bug that caused translated message catalogs to be
displayed incorrectly, and remove the workaround.  ok landry@, ajacoutot@
2009-11-15 17:13:44 +00:00

13 lines
436 B
Plaintext

$OpenBSD: patch-src_main_c,v 1.1 2009/11/15 17:13:44 naddy Exp $
--- src/main.c.orig Sat Nov 14 22:21:05 2009
+++ src/main.c Sat Nov 14 22:21:19 2009
@@ -163,7 +163,7 @@ int Cmain(int argc, char* argv[])
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 */