krb5 commit [krb5-1.13]: Make ribbon home tab more pretty
Tom Yu
tlyu at mit.edu
Wed Jun 24 17:59:37 EDT 2015
https://github.com/krb5/krb5/commit/da5b47d4fea1eef9c6f4d9e72118f9e6a5e37ed9
commit da5b47d4fea1eef9c6f4d9e72118f9e6a5e37ed9
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.
(cherry picked from commit bfba2d235370a3902faeeaad8a54d8a2dcc3427b)
ticket: 8206
version_fixed: 1.13.3
status: resolved
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