[Xfce4-commits] <parole:master> Add mnemonic keys for sound-menuitems
Christoph Mende
noreply at xfce.org
Mon Jul 23 01:26:12 CEST 2012
Updating branch refs/heads/master
to d11b7bbc4b1521a961b2eb5a4224e862465f9ae1 (commit)
from 60dfdc1c32aebace5e42a6c1545b61a26e02ab4a (commit)
commit d11b7bbc4b1521a961b2eb5a4224e862465f9ae1
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 a350883..60f2728 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