Author: kelnos
Date: 2007-08-18 22:37:34 +0000 (Sat, 18 Aug 2007)
New Revision: 25990

Modified:
   libxfcegui4/trunk/configure.in.in
   libxfcegui4/trunk/glade/xfce4.xml.in
Log:
fix typo in directory name, mark properties as translatable


Modified: libxfcegui4/trunk/configure.in.in
===================================================================
--- libxfcegui4/trunk/configure.in.in   2007-08-18 19:56:35 UTC (rev 25989)
+++ libxfcegui4/trunk/configure.in.in   2007-08-18 22:37:34 UTC (rev 25990)
@@ -111,7 +111,7 @@
 XDT_CHECK_OPTIONAL_PACKAGE([GLADEUI], [gladeui-1.0], [3.0.0], [glade],
                            [glade/libglade integration])
 if test "x$GLADEUI_FOUND" = "xyes"; then
-    GLADE_CATALOG_DIR="`$PKG_CONFIG gladeui-1.0 --variable=catalogdirr`"
+    GLADE_CATALOG_DIR="`$PKG_CONFIG gladeui-1.0 --variable=catalogdir`"
     GLADE_PIXMAP_DIR="`$PKG_CONFIG gladeui-1.0 --variable=pixmapdir`"
     GLADE_MODULE_DIR="`$PKG_CONFIG gladeui-1.0 --variable=moduledir`"
 else

Modified: libxfcegui4/trunk/glade/xfce4.xml.in
===================================================================
--- libxfcegui4/trunk/glade/xfce4.xml.in        2007-08-18 19:56:35 UTC (rev 
25989)
+++ libxfcegui4/trunk/glade/xfce4.xml.in        2007-08-18 22:37:34 UTC (rev 
25990)
@@ -26,8 +26,12 @@
       <properties>
         <property id="icon" _name="Icon"/>
         <property id="icon-name" _name="Icon Name"/>
-        <property id="title" _name="Title"/>
-        <property id="subtitle" _name="Subtitle"/>
+        <property id="title" _name="Title" translatable="True">
+          <spec>glade_standard_string_spec</spec>
+        </property>
+        <property id="subtitle" _name="Subtitle" translatable="True">
+          <spec>glade_standard_string_spec</spec>
+        </property>
       </properties>
     </glade-widget-class>
     
@@ -48,7 +52,9 @@
       
<get-children-function>glade_xfce_titled_dialog_get_children</get-children-function>
       
       <properties>
-        <property id="subtitle" _name="Subtitle"/>
+        <property id="subtitle" _name="Subtitle" translatable="True">
+          <spec>glade_standard_string_spec</spec>
+        </property>
       </properties>
     </glade-widget-class>
   </glade-widget-classes>

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to