[PATCH 5/5] Assign mnemonics to two checkboxes on the user spoke that didn't have them.

Chris Lumens clumens at redhat.com
Thu Sep 18 19:10:36 UTC 2014


---
 pyanaconda/ui/gui/spokes/user.glade | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/user.glade b/pyanaconda/ui/gui/spokes/user.glade
index 3a19de8..547c408 100644
--- a/pyanaconda/ui/gui/spokes/user.glade
+++ b/pyanaconda/ui/gui/spokes/user.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.1 -->
+<!-- Generated with glade 3.18.3 -->
 <interface>
   <requires lib="gtk+" version="3.6"/>
   <requires lib="AnacondaWidgets" version="1.0"/>
@@ -210,10 +210,11 @@
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="c_usepassword">
-                        <property name="label" translatable="yes" context="GUI|User">Require a password to use this account</property>
+                        <property name="label" translatable="yes" context="GUI|User">_Require a password to use this account</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
+                        <property name="use_underline">True</property>
                         <property name="xalign">0</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
@@ -268,10 +269,11 @@
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="c_admin">
-                        <property name="label" translatable="yes" context="GUI|User">Make this user administrator</property>
+                        <property name="label" translatable="yes" context="GUI|User">_Make this user administrator</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
+                        <property name="use_underline">True</property>
                         <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
                       </object>
-- 
1.9.3



More information about the anaconda-patches mailing list