summaryrefslogtreecommitdiff
path: root/data/apt/textdomain.diff
blob: 6ef3853e53c7e41d513319aa3f45dcc0de5da0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
diff -ru apt-0.7.20.2/cmdline/apt-cache.cc apt-0.7.20.2+iPhone/cmdline/apt-cache.cc
--- apt-0.7.20.2/cmdline/apt-cache.cc	2009-02-07 15:09:35.000000000 +0000
+++ apt-0.7.20.2+iPhone/cmdline/apt-cache.cc	2009-04-14 16:10:02.000000000 +0000
@@ -1810,7 +1810,7 @@
 
    // Set up gettext support
    setlocale(LC_ALL,"");
-   textdomain(PACKAGE);
+   //textdomain(PACKAGE);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args,_config);
diff -ru apt-0.7.20.2/cmdline/apt-cdrom.cc apt-0.7.20.2+iPhone/cmdline/apt-cdrom.cc
--- apt-0.7.20.2/cmdline/apt-cdrom.cc	2009-02-07 15:09:35.000000000 +0000
+++ apt-0.7.20.2+iPhone/cmdline/apt-cdrom.cc	2009-04-14 16:10:02.000000000 +0000
@@ -188,7 +188,7 @@
 
    // Set up gettext support
    setlocale(LC_ALL,"");
-   textdomain(PACKAGE);
+   //textdomain(PACKAGE);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args,_config);
diff -ru apt-0.7.20.2/cmdline/apt-config.cc apt-0.7.20.2+iPhone/cmdline/apt-config.cc
--- apt-0.7.20.2/cmdline/apt-config.cc	2009-02-07 15:09:35.000000000 +0000
+++ apt-0.7.20.2+iPhone/cmdline/apt-config.cc	2009-04-14 16:10:02.000000000 +0000
@@ -103,7 +103,7 @@
 
    // Set up gettext support
    setlocale(LC_ALL,"");
-   textdomain(PACKAGE);
+   //textdomain(PACKAGE);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args,_config);
diff -ru apt-0.7.20.2/cmdline/apt-extracttemplates.cc apt-0.7.20.2+iPhone/cmdline/apt-extracttemplates.cc
--- apt-0.7.20.2/cmdline/apt-extracttemplates.cc	2009-02-07 15:09:35.000000000 +0000
+++ apt-0.7.20.2+iPhone/cmdline/apt-extracttemplates.cc	2009-04-14 16:10:02.000000000 +0000
@@ -361,7 +361,7 @@
 
 	// Set up gettext support
 	setlocale(LC_ALL,"");
-	textdomain(PACKAGE);
+	//textdomain(PACKAGE);
 
 	// Parse the command line and initialize the package library
 	CommandLine CmdL(Args,_config);
diff -ru apt-0.7.20.2/cmdline/apt-get.cc apt-0.7.20.2+iPhone/cmdline/apt-get.cc
--- apt-0.7.20.2/cmdline/apt-get.cc	2009-02-07 15:09:35.000000000 +0000
+++ apt-0.7.20.2+iPhone/cmdline/apt-get.cc	2009-04-15 19:38:48.000000000 +0000
@@ -2758,7 +2759,7 @@
 
    // Set up gettext support
    setlocale(LC_ALL,"");
-   textdomain(PACKAGE);
+   //textdomain(PACKAGE);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args,_config);
diff -ru apt-0.7.20.2/cmdline/apt-sortpkgs.cc apt-0.7.20.2+iPhone/cmdline/apt-sortpkgs.cc
--- apt-0.7.20.2/cmdline/apt-sortpkgs.cc	2009-02-07 15:09:35.000000000 +0000
+++ apt-0.7.20.2+iPhone/cmdline/apt-sortpkgs.cc	2009-04-14 16:10:02.000000000 +0000
@@ -174,7 +174,7 @@
 
    // Set up gettext support
    setlocale(LC_ALL,"");
-   textdomain(PACKAGE);
+   //textdomain(PACKAGE);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args,_config);