mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 15:43:28 +00:00
add keyboard links
This commit is contained in:
parent
b9831e2e48
commit
25f69c52e0
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
||||
<widget class="GtkImageMenuItem" id="menu_resume">
|
||||
<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">Resume</property>
|
||||
<property name="label" translatable="yes">Re_sume</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="tor_start"/>
|
||||
<child internal-child="image">
|
||||
@ -34,7 +34,7 @@
|
||||
<widget class="GtkImageMenuItem" id="menu_pause">
|
||||
<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">Pause</property>
|
||||
<property name="label" translatable="yes">_Pause</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="tor_pause"/>
|
||||
<child internal-child="image">
|
||||
|
Loading…
x
Reference in New Issue
Block a user