glom r1732 - in branches/glom-1-8: . glom



Author: murrayc
Date: Fri Nov 21 14:42:53 2008
New Revision: 1732
URL: http://svn.gnome.org/viewvc/glom?rev=1732&view=rev

Log:
2008-11-21  Murray Cumming  <murrayc murrayc com>

* glom/glom.glade: Mark a tooltip as translatable in the initial dialog.
Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/299556

Modified:
   branches/glom-1-8/ChangeLog
   branches/glom-1-8/configure.in
   branches/glom-1-8/glom/glom.glade

Modified: branches/glom-1-8/configure.in
==============================================================================
--- branches/glom-1-8/configure.in	(original)
+++ branches/glom-1-8/configure.in	Fri Nov 21 14:42:53 2008
@@ -86,7 +86,7 @@
 fi
 
 # Do not require, goocanvas and gtksourceviewmm in client only mode
-REQUIRED_LIBS="bakery-2.6 >= 2.6.0 gtkmm-2.4 >= 2.10 gthread-2.0 libxslt >= 1.1.10 pygda-3.0 pygtk-2.0 >= 2.6.0 libgdamm-3.0 >= 2.9.82 libgda-3.0 >= 3.0.1 libgda-postgres-3.0 goocanvasmm-1.0 >= 0.12.0"
+REQUIRED_LIBS="bakery-2.6 >= 2.6.0 gtkmm-2.4 >= 2.10 gthread-2.0 libxslt >= 1.1.10 pygda-4.0 pygtk-2.0 >= 2.6.0 libgdamm-4.0 libgda-4.0 libgda-postgres-4.0 goocanvasmm-1.0 >= 0.12.0"
 if test $enable_client_only != yes; then
 	REQUIRED_LIBS="$REQUIRED_LIBS gtksourceviewmm-2.0"
 fi

Modified: branches/glom-1-8/glom/glom.glade
==============================================================================
--- branches/glom-1-8/glom/glom.glade	(original)
+++ branches/glom-1-8/glom/glom.glade	Fri Nov 21 14:42:53 2008
@@ -331,7 +331,7 @@
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="has_tooltip">True</property>
-                <property name="tooltip_text">Applies the currently selected item. Depending on the item, this might create a new document or open an existing document.</property>
+                <property name="tooltip_text" translatable="yes">Applies the currently selected item. Depending on the item, this might create a new document or open an existing document.</property>
                 <property name="label" translatable="yes">_Select</property>
                 <property name="use_underline">True</property>
                 <property name="response_id">0</property>



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