[empathy] log-viewer: rename labels of the Back and Previous buttons



commit dc3a07f523c0d903d62cc9d871095605d35a99fe
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Aug 16 10:29:54 2010 +0200

    log-viewer: rename labels of the Back and Previous buttons
    
    "Find previous" and "Find next" is what we are already using in the chat view
    (#626994).

 libempathy-gtk/empathy-log-window.ui |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui
index 7ff9b5e..3220c18 100644
--- a/libempathy-gtk/empathy-log-window.ui
+++ b/libempathy-gtk/empathy-log-window.ui
@@ -123,12 +123,12 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="button_next">
-                            <property name="label">gtk-go-forward</property>
+                            <property name="label" translatable="yes">Find next</property>
                             <property name="visible">True</property>
                             <property name="sensitive">False</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_stock">True</property>
+                            <property name="image">image1</property>
                             <property name="focus_on_click">False</property>
                           </object>
                           <packing>
@@ -140,12 +140,12 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="button_previous">
-                            <property name="label">gtk-go-back</property>
+                            <property name="label" translatable="yes">Find previous</property>
                             <property name="visible">True</property>
                             <property name="sensitive">False</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_stock">True</property>
+                            <property name="image">image2</property>
                             <property name="focus_on_click">False</property>
                           </object>
                           <packing>
@@ -315,4 +315,12 @@
       </object>
     </child>
   </object>
+  <object class="GtkImage" id="image1">
+    <property name="visible">True</property>
+    <property name="stock">gtk-go-forward</property>
+  </object>
+  <object class="GtkImage" id="image2">
+    <property name="visible">True</property>
+    <property name="stock">gtk-go-back</property>
+  </object>
 </interface>



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