[libgnomedb] Don't set gtk-quit as translatable



commit 3a473f756e742680fb3d5e7bc26a4bfc7826971d
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri Nov 13 15:21:37 2009 +0100

    Don't set gtk-quit as translatable

 samples/SimpleExample/gladeui.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/samples/SimpleExample/gladeui.glade b/samples/SimpleExample/gladeui.glade
index 861e95b..a7b26e2 100644
--- a/samples/SimpleExample/gladeui.glade
+++ b/samples/SimpleExample/gladeui.glade
@@ -20,7 +20,7 @@
                     <child>
                       <widget class="GtkImageMenuItem" id="quit1">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-quit</property>
+                        <property name="label">gtk-quit</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                       </widget>



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