[network-manager-applet] c-e: add mnemonic short-cuts to dialogs



commit 0f34662726d9a87b9c0e63896f5ece8cabd1336d
Author: Thomas Haller <thaller redhat com>
Date:   Tue Mar 21 18:50:07 2017 +0100

    c-e: add mnemonic short-cuts to dialogs
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1434317

 src/connection-editor/ce-new-connection.ui |    3 ++-
 src/connection-editor/ce-page-dcb.ui       |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/ce-new-connection.ui b/src/connection-editor/ce-new-connection.ui
index 2fdad0d..58c43fc 100644
--- a/src/connection-editor/ce-new-connection.ui
+++ b/src/connection-editor/ce-new-connection.ui
@@ -59,11 +59,12 @@
             </child>
             <child>
               <object class="GtkButton" id="create_button">
-                <property name="label" translatable="yes">Create…</property>
+                <property name="label" translatable="yes">C_reate…</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
+                <property name="use_underline">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
diff --git a/src/connection-editor/ce-page-dcb.ui b/src/connection-editor/ce-page-dcb.ui
index dad0244..7bbf035 100644
--- a/src/connection-editor/ce-page-dcb.ui
+++ b/src/connection-editor/ce-page-dcb.ui
@@ -12,11 +12,12 @@
     <property name="row_spacing">6</property>
     <child>
       <object class="GtkCheckButton" id="dcb_enabled_checkbutton">
-        <property name="label" translatable="yes">Use Data Center Bridging (DCB) for this 
connection</property>
+        <property name="label" translatable="yes">_Use Data Center Bridging (DCB) for this 
connection</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="receives_default">False</property>
         <property name="draw_indicator">True</property>
+        <property name="use_underline">True</property>
       </object>
       <packing>
         <property name="right_attach">2</property>


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