aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/deluge/files/patch-src___init__.py
blob: b63d5814cebc206e3427c5b25ac96d4e5ef2a13f (plain) (blame)
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
--- src/__init__.py.orig    2007-10-25 17:19:53.000000000 -0500
+++ src/__init__.py 2007-10-25 17:21:29.000000000 -0500
@@ -37,15 +37,15 @@
 
 APP = 'deluge'
 DIR = os.path.join(common.INSTALL_PREFIX, 'share', 'locale')
-if not common.windows_check(): 
-    locale.setlocale(locale.LC_MESSAGES, '')
-    locale.bindtextdomain(APP, DIR)
-    locale.textdomain(APP)
-else:
-    import gtk.glade
-    locale.setlocale(locale.LC_ALL, '')
-    gtk.glade.bindtextdomain(APP, DIR)
-    gtk.glade.textdomain(APP)
+#if not common.windows_check(): 
+#    locale.setlocale(locale.LC_MESSAGES, '')
+#    locale.bindtextdomain(APP, DIR)
+#    locale.textdomain(APP)
+#else:
+#    import gtk.glade
+#    locale.setlocale(locale.LC_ALL, '')
+#    gtk.glade.bindtextdomain(APP, DIR)
+#    gtk.glade.textdomain(APP)
 gettext.bindtextdomain(APP, DIR)
 gettext.textdomain(APP)
 gettext.install(APP, DIR)