diff options
Diffstat (limited to 'deskutils/vboxgtk/files/patch-vboxgtk___init__.py')
-rw-r--r-- | deskutils/vboxgtk/files/patch-vboxgtk___init__.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/vboxgtk/files/patch-vboxgtk___init__.py b/deskutils/vboxgtk/files/patch-vboxgtk___init__.py deleted file mode 100644 index e1a1235ab1c5..000000000000 --- a/deskutils/vboxgtk/files/patch-vboxgtk___init__.py +++ /dev/null @@ -1,11 +0,0 @@ ---- vboxgtk/__init__.py.orig 2009-06-20 00:16:28.000000000 +1000 -+++ vboxgtk/__init__.py 2009-09-04 21:47:01.000000000 +1000 -@@ -37,8 +37,6 @@ - gettext_domain = 'vboxgtk' - gettext.install(gettext_domain, paths.locale_path, unicode = True) - locale.setlocale(locale.LC_ALL, '') --locale.bindtextdomain(gettext_domain, paths.locale_path) --locale.textdomain(gettext_domain) - - - # Import main for the launch script |