krb5 commit: Make ribbon home tab more pretty

Benjamin Kaduk kaduk at mit.edu
Wed Jun 24 17:11:30 EDT 2015


https://github.com/krb5/krb5/commit/bfba2d235370a3902faeeaad8a54d8a2dcc3427b
commit bfba2d235370a3902faeeaad8a54d8a2dcc3427b
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Fri May 22 14:42:02 2015 -0400

    Make ribbon home tab more pretty
    
    In the absence of a label title for a given command group, the
    text "MS Shell Dlg" was inserted, which is somewhat confusing to
    the user.  Give the ticket-maniuplation group a title consisting
    of a space, which removes the confusing text from the display.
    
    ticket: 8206 (new)
    queue: kfw
    tags: pullup
    target_version: 1.13.3

 src/windows/leash/kfwribbon.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/windows/leash/kfwribbon.xml b/src/windows/leash/kfwribbon.xml
index e87fca8..8245b7b 100644
--- a/src/windows/leash/kfwribbon.xml
+++ b/src/windows/leash/kfwribbon.xml
@@ -9,7 +9,7 @@
     <Command Name="cmdHomeTab" LabelTitle="Home" Keytip="H" />
     <Command Name="cmdOptionsTab" LabelTitle="Options" Keytip="O" />
     <Command Name="cmdChangePasswordGroup" LabelTitle="" />
-    <Command Name="cmdTicketGroup" LabelTitle="" />
+    <Command Name="cmdTicketGroup" LabelTitle=" " />
     <Command Name="cmdViewOptionsGroup" LabelTitle="View Options" />
     <Command Name="cmdTicketOptionsGroup" LabelTitle="Ticket Options" />
     <Command Name="cmdGetTicketButton"


More information about the cvs-krb5 mailing list