remove _ in preference window, event tab, event combobox

This commit is contained in:
Yann Leboulanger 2007-09-03 09:45:27 +00:00
parent 9fb0a1e29c
commit e485fd3262
1 changed files with 3 additions and 3 deletions

View File

@ -934,9 +934,9 @@ Disabled</property>
<widget class="GtkComboBox" id="on_event_combobox">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="items" translatable="yes">_Pop it up
_Notify me about it
Show only in _roster</property>
<property name="items" translatable="yes">Pop it up
Notify me about it
Show only in roster</property>
<signal name="changed" handler="on_on_event_combobox_changed"/>
</widget>
<packing>