fixes in pref window

This commit is contained in:
Nikos Kouremenos 2005-03-01 12:52:07 +00:00
parent fa5b500aa4
commit ddc5d7b280
1 changed files with 4 additions and 2 deletions

View File

@ -3596,8 +3596,9 @@ on the server as a vCard</property>
<child>
<widget class="GtkCheckButton" id="chk_trayicon">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">If enabled, it will enable the use of a trayicon</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Icon in systray</property>
<property name="label" translatable="yes">Icon in systray (aka. notification area)</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@ -4325,6 +4326,7 @@ on the server as a vCard</property>
<child>
<widget class="GtkCheckButton" id="use_emoticons_checkbutton">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">If enabled, it will replace ascii smilies eg. :) with equivalent graphical emoticons</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Use emoticons</property>
<property name="use_underline">True</property>
@ -4864,7 +4866,7 @@ on the server as a vCard</property>
<widget class="GtkCheckButton" id="chk_autoxa">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Auto eXtended away after</property>
<property name="label" translatable="yes">Auto eXtended Away after</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>