add a tooltip to manage theme button. fixes #2633

This commit is contained in:
Yann Leboulanger 2006-11-06 21:31:27 +00:00
parent 745434fdab
commit d8391be1dd
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@
<child>
<widget class="GtkButton" id="manage_theme_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Configure color and font of the interface</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Ma_nage...</property>
<property name="use_underline">True</property>