[eog-plugins] pythonconsole: Actually use translations in configuration dialog



commit 45452bb63a2e5ddbcf3cda95c8d9c3705d98b688
Author: Felix Riemann <friemann gnome org>
Date:   Wed Feb 29 19:30:14 2012 +0100

    pythonconsole: Actually use translations in configuration dialog

 plugins/pythonconsole/config.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/pythonconsole/config.py b/plugins/pythonconsole/config.py
index 51cb2f6..823cb34 100644
--- a/plugins/pythonconsole/config.py
+++ b/plugins/pythonconsole/config.py
@@ -41,6 +41,7 @@ class PythonConsoleConfigWidget(object):
         self._ui_path = os.path.join(datadir, 'config.ui')
         self._settings = Gio.Settings.new(self.CONSOLE_KEY_BASE)
         self._ui = Gtk.Builder()
+        self._ui.set_translation_domain('eog-plugins');
 
     def configure_widget(self):
         self._ui.add_objects_from_file(self._ui_path, ["grid"])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]