[Xfce4-commits] <parole:master> Add mnemonic keys for sound-menuitems

Simon Steinbeiss noreply at xfce.org
Mon Jul 23 01:25:08 CEST 2012


Updating branch refs/heads/master
         to d60186cc80cbe6a2ade432beec6c9cc2ac18b621 (commit)
       from 4d6708163de0565c959f13ae9cd32b8f7b6e05d6 (commit)

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 7e0181d..8e10c15 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