add underline shortcuts
This commit is contained in:
parent
1ec8c9bdc5
commit
61f000fae9
|
@ -9,7 +9,7 @@
|
|||
<widget class="GtkImageMenuItem" id="download_limit">
|
||||
<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="label" translatable="yes">Download Limit</property>
|
||||
<property name="label" translatable="yes">_Download Limit</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child internal-child="image">
|
||||
<widget class="GtkImage" id="download-limit-image">
|
||||
|
@ -24,7 +24,7 @@
|
|||
<widget class="GtkImageMenuItem" id="upload_limit">
|
||||
<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="label" translatable="yes">Upload Limit</property>
|
||||
<property name="label" translatable="yes">_Upload Limit</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child internal-child="image">
|
||||
<widget class="GtkImage" id="upload-limit-image">
|
||||
|
@ -45,7 +45,7 @@
|
|||
<widget class="GtkMenuItem" id="show_hide_window">
|
||||
<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="label" translatable="yes">Show/Hide Window</property>
|
||||
<property name="label" translatable="yes">_Show/Hide Window</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="show_hide_window"/>
|
||||
</widget>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<widget class="GtkImageMenuItem" id="add_torrent">
|
||||
<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="label" translatable="yes">Add Torrent</property>
|
||||
<property name="label" translatable="yes">_Add Torrent</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="add_torrent"/>
|
||||
<child internal-child="image">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<widget class="GtkImageMenuItem" id="clear_finished">
|
||||
<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="label" translatable="yes">Clear Finished</property>
|
||||
<property name="label" translatable="yes">_Clear Finished</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="clear_finished"/>
|
||||
<child internal-child="image">
|
||||
|
@ -124,7 +124,7 @@
|
|||
<widget class="GtkImageMenuItem" id="quit">
|
||||
<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="label" translatable="yes">Quit</property>
|
||||
<property name="label" translatable="yes">_Quit</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="quit"/>
|
||||
<child internal-child="image">
|
||||
|
|
Loading…
Reference in New Issue