From 5a90ecfa84b4f10a8fa5aba512c54b639291676e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 16 Mar 2010 14:44:58 +0800 Subject: grip-3.2.0: Add patch from FreeBSD to fix the locale. --- recipes/grip/grip-3.2.0/patch-src::main.c | 201 +----------------------------- 1 file changed, 2 insertions(+), 199 deletions(-) (limited to 'recipes') diff --git a/recipes/grip/grip-3.2.0/patch-src::main.c b/recipes/grip/grip-3.2.0/patch-src::main.c index ce3bd1ca08..40f1bc169b 100644 --- a/recipes/grip/grip-3.2.0/patch-src::main.c +++ b/recipes/grip/grip-3.2.0/patch-src::main.c @@ -1,208 +1,11 @@ - - - - - -view - - - - - - - - - - - - - - -
-
- Skip site - navigation (1)Skip section navigation (2) - -
- - -

Site Navigation

- - -
- -
- -

view

- - - - - - - -
-
-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
-
-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");
+-  bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF8");
++  bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
  
    /* Session Management */
    
-
- -
- -
-
- - -- cgit v1.2.3