summaryrefslogtreecommitdiffstats
path: root/deskutils/ontv/files/patch-ontv_Main.py
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/ontv/files/patch-ontv_Main.py')
-rw-r--r--deskutils/ontv/files/patch-ontv_Main.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/ontv/files/patch-ontv_Main.py b/deskutils/ontv/files/patch-ontv_Main.py
deleted file mode 100644
index f34850a3a..000000000
--- a/deskutils/ontv/files/patch-ontv_Main.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- ontv/Main.py.orig Mon Jul 24 23:09:57 2006
-+++ ontv/Main.py Mon Jul 24 23:10:06 2006
-@@ -38,8 +38,8 @@
- gettext.bindtextdomain(NAME.lower(), LOCALE_DIR)
- gettext.textdomain(NAME.lower())
-
-- locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
-- locale.textdomain(NAME.lower())
-+# locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
-+# locale.textdomain(NAME.lower())
-
- try:
- opts, args = getopt.getopt(sys.argv[1:], "hdw", ["help", "debug",