mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-04 09:05:35 +00:00
add keyboard links
This commit is contained in:
parent
b9831e2e48
commit
25f69c52e0
2 changed files with 1071 additions and 1071 deletions
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…
Add table
Add a link
Reference in a new issue