]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Make ribbon home tab more pretty
authorBen Kaduk <kaduk@mit.edu>
Fri, 22 May 2015 18:42:02 +0000 (14:42 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 24 Jun 2015 21:40:08 +0000 (17:40 -0400)
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.

(cherry picked from commit bfba2d235370a3902faeeaad8a54d8a2dcc3427b)

ticket: 8206
version_fixed: 1.13.3
status: resolved

src/windows/leash/kfwribbon.xml

index e87fca876f51e6d521a2e5f8cfe37afad5a01790..8245b7b22e1592085ac2bdeee3b163748ac8a0f9 100644 (file)
@@ -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"