]> 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)
committerBen Kaduk <kaduk@mit.edu>
Mon, 22 Jun 2015 23:06:37 +0000 (19:06 -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.

ticket: 8206 (new)
queue: kfw
tags: pullup
target_version: 1.13.3

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"