[Xfce4-commits] <parole:master> Merge branch 'master' of https://github.com/ochosi/Parole
Sean Davis
noreply at xfce.org
Mon Jul 23 01:25:11 CEST 2012
Updating branch refs/heads/master
to 4b15078fb16a33faafe819f351eba7e402323b0e (commit)
from 37cd2802a72d61b614f00951237a9ad823c47809 (commit)
commit 4b15078fb16a33faafe819f351eba7e402323b0e
Merge: 37cd280 3d82177
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Jul 19 12:54:10 2012 -0400
Merge branch 'master' of https://github.com/ochosi/Parole
commit 3d8217787b750620a5a9838cf42173000cce4dec
Merge: d60186c 4565225
Author: Simon Steinbeiss <ochosi at xfce.org>
Date: Thu Jul 19 18:09:48 2012 +0200
Merge branch 'master' of github.com:ochosi/Parole
commit d60186cc80cbe6a2ade432beec6c9cc2ac18b621
Author: Simon Steinbeiss <ochosi at xfce.org>
Date: Thu Jul 19 17:51:40 2012 +0200
Add mnemonic keys for sound-menuitems
data/interfaces/parole.ui | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/data/interfaces/parole.ui b/data/interfaces/parole.ui
index 3f3b4e1..b4ca5d2 100644
--- a/data/interfaces/parole.ui
+++ b/data/interfaces/parole.ui
@@ -473,10 +473,11 @@
<property name="can_focus">False</property>
<child>
<object class="GtkImageMenuItem" id="volume-mute-menu">
- <property name="label" translatable="yes">Mute</property>
+ <property name="label" translatable="yes">_Mute</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
<property name="image">image12</property>
<property name="use_stock">False</property>
<signal name="activate" handler="parole_player_volume_mute" swapped="no"/>
@@ -484,10 +485,11 @@
</child>
<child>
<object class="GtkImageMenuItem" id="volume-up-menu">
- <property name="label" translatable="yes">Volume Up</property>
+ <property name="label" translatable="yes">Volume _Up</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
<property name="image">image11</property>
<property name="use_stock">False</property>
<accelerator key="plus" signal="activate"/>
@@ -496,10 +498,11 @@
</child>
<child>
<object class="GtkImageMenuItem" id="volume-down-menu">
- <property name="label" translatable="yes">Volume Down</property>
+ <property name="label" translatable="yes">Volume _Down</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
<property name="image">image10</property>
<property name="use_stock">False</property>
<accelerator key="minus" signal="activate"/>
More information about the Xfce4-commits
mailing list