diff options
| author | Koop Mast <kwm@FreeBSD.org> | 2011-11-03 08:54:53 +0000 |
|---|---|---|
| committer | Koop Mast <kwm@FreeBSD.org> | 2011-11-03 08:54:53 +0000 |
| commit | 185fcb8158d891d3ac9e74c12d6da336a144cd3d (patch) | |
| tree | b1bdc1e74cda2619615ceebd8966f27887dd60d3 /deskutils/ontv/files/patch-ontv_dialogs.py | |
| parent | Update to 15.7.0 (diff) | |
Update to 3.2.0.
Add LICENSE keywords.
Restrict python versions that work.
Update WWW.
PR: ports/160485
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes:
svn path=/head/; revision=284954
Diffstat (limited to 'deskutils/ontv/files/patch-ontv_dialogs.py')
| -rw-r--r-- | deskutils/ontv/files/patch-ontv_dialogs.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/ontv/files/patch-ontv_dialogs.py b/deskutils/ontv/files/patch-ontv_dialogs.py new file mode 100644 index 000000000000..3fb352dba659 --- /dev/null +++ b/deskutils/ontv/files/patch-ontv_dialogs.py @@ -0,0 +1,13 @@ +--- 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()) |
