[gtk/matthiasc/for-master: 5/5] widget-factory: Add a mnemonic conflict



commit 1f4130b927a5015402f2239ee009af7e8f0e16bc
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu May 28 08:32:03 2020 -0400

    widget-factory: Add a mnemonic conflict
    
    Make Alt-e the mnemionic for both the Edit menu
    and the Select button on page 2. This shows that
    mnemonic cycling doesn't currently work, we always
    open the menu.

 demos/widget-factory/widget-factory.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 7523595c4b..5414ce82be 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -2169,7 +2169,7 @@ microphone-sensitivity-medium-symbolic</property>
                             </child>
                             <child>
                               <object class="GtkButton" id="selection_dialog_button">
-                                <property name="label" translatable="yes">_Select</property>
+                                <property name="label" translatable="yes">S_elect</property>
                                 <property name="use-underline">1</property>
                               </object>
                             </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]