summaryrefslogtreecommitdiff
path: root/deskutils/ontv/files/patch-ontv_dialogs.py
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/ontv/files/patch-ontv_dialogs.py')
-rw-r--r--deskutils/ontv/files/patch-ontv_dialogs.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/ontv/files/patch-ontv_dialogs.py b/deskutils/ontv/files/patch-ontv_dialogs.py
deleted file mode 100644
index 3fb352dba659..000000000000
--- a/deskutils/ontv/files/patch-ontv_dialogs.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- ontv/dialogs.py.orig 2010-07-27 03:20:48.000000000 +0400
-+++ ontv/dialogs.py 2011-08-19 15:37:50.000000000 +0400
-@@ -34,8 +34,8 @@
- from ontv import NAME, VERSION, LOCALE_DIR
-
- import locale
--locale.setlocale(locale.LC_ALL, '')
--locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
-+#locale.setlocale(locale.LC_ALL, '')
-+#locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
- import gettext
- gettext.bindtextdomain(NAME.lower(), LOCALE_DIR)
- gettext.textdomain(NAME.lower())