diff options
Diffstat (limited to 'libempathy-gtk/empathy-log-window.ui')
-rw-r--r-- | 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 7ff9b5ec2..3220c18f4 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> |