patches/seed-02-gettext.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2910 e2292d098bc6
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2910
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     1
diff -r b0b1a74405d9 modules/gettext/seed-gettext.c
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     2
--- a/modules/gettext/seed-gettext.c	Tue Sep 07 13:33:11 2010 +0800
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     3
+++ b/modules/gettext/seed-gettext.c	Tue Sep 07 13:34:09 2010 +0800
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     4
@@ -313,12 +313,12 @@
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     5
 	DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     6
 	DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     7
 	DEFINE_ENUM_MEMBER(ns_ref, LC_ALL);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     8
-	DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
     9
-	DEFINE_ENUM_MEMBER(ns_ref, LC_NAME);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    10
-	DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    11
-	DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    12
-	DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    13
-	DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    14
+	//DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    15
+	//DEFINE_ENUM_MEMBER(ns_ref, LC_NAME);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    16
+	//DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    17
+	//DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    18
+	//DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    19
+	//DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    20
 	DEFINE_ENUM_MEMBER(ns_ref, LC_CTYPE);
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    21
 
e2292d098bc6 init SFEseed.spec
simonjin
parents:
diff changeset
    22
 	return ns_ref;