[gedit] Added gettext-domain to gsettings schema file



commit 62e2d132e7c1e006a41bed8658cba37aab21d5d3
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Fri May 14 20:33:34 2010 +0200

    Added gettext-domain to gsettings schema file

 data/org.gnome.gedit.gschema.in.in |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.gedit.gschema.in.in b/data/org.gnome.gedit.gschema.in.in
index 5cd5168..7b1a083 100644
--- a/data/org.gnome.gedit.gschema.in.in
+++ b/data/org.gnome.gedit.gschema.in.in
@@ -1,8 +1,13 @@
 schema org.gnome.gedit:
-  path /apps/gedit/
-  
+  path = /apps/gedit/
+  gettext-domain = @GETTEXT_PACKAGE@
+
   child preferences:
+    gettext-domain = @GETTEXT_PACKAGE@
+
     child editor:
+      gettext-domain = @GETTEXT_PACKAGE@
+
       key use-default-font = @b true
         summary = Use Default Font
         description = Whether to use the system's default fixed width font for editing text instead of a font specific to gedit. If this option is turned off, then the font named in the "Editor Font" option will be used instead of the system font.
@@ -93,6 +98,8 @@ schema org.gnome.gedit:
         description = Whether gedit should highlight all the occurrences of the searched text.
 
     child ui:
+      gettext-domain = @GETTEXT_PACKAGE@
+
       key toolbar-visible = @b true
         summary = Toolbar is Visible
         description = Whether the toolbar should be visible in editing windows.
@@ -116,6 +123,8 @@ schema org.gnome.gedit:
 
 
     child print:
+      gettext-domain = @GETTEXT_PACKAGE@
+
       key print-syntax-highlighting = @b true
         summary = Print Syntax Highlighting
         description = Whether gedit should print syntax highlighting when printing documents.
@@ -149,6 +158,8 @@ schema org.gnome.gedit:
 
 
     child encodings:
+      gettext-domain = @GETTEXT_PACKAGE@
+
       key auto-detected = @as ['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']
         l10n = messages
         summary = Automatically Detected Encodings
@@ -177,6 +188,8 @@ schema org.gnome.gedit:
       key replace-with-entry = @as ['']
 
   child plugins:
+    gettext-domain = @GETTEXT_PACKAGE@
+
     key active-plugins = @as [ ACTIVE_PLUGINS@]
       summary = Active plugins
       description = List of active plugins. It contains the "Location" of the active plugins. See the .gedit-plugin file for obtaining the "Location" of a given plugin.



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