[Xfce4-commits] <parole:master> Add accelerator to open-file dialog (Fix #8290)

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


Updating branch refs/heads/master
         to 36dbac91fa7866ab1b9977ca24b546ad3c9d6dd7 (commit)
       from 758df1c833c6a33c4d961be751e2159630b25d0f (commit)

commit 36dbac91fa7866ab1b9977ca24b546ad3c9d6dd7
Author: Simon Steinbeiss <ochosi at xfce.org>
Date:   Mon Jul 23 01:51:39 2012 +0200

    Add accelerator to open-file dialog (Fix #8290)

 data/interfaces/mediachooser.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/data/interfaces/mediachooser.ui b/data/interfaces/mediachooser.ui
index 9b170a4..486e00c 100644
--- a/data/interfaces/mediachooser.ui
+++ b/data/interfaces/mediachooser.ui
@@ -59,12 +59,13 @@
                 </child>
                 <child>
                   <object class="GtkButton" id="open">
-                    <property name="label" translatable="yes">Open</property>
+                    <property name="label" translatable="yes">_Open</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="use_action_appearance">False</property>
                     <property name="image">image1</property>
+                    <property name="use_underline">True</property>
                     <signal name="clicked" handler="parole_media_chooser_add_clicked" swapped="no"/>
                   </object>
                   <packing>


More information about the Xfce4-commits mailing list