[28950] in CVS-changelog-for-Kerberos-V5
krb5 commit: Make ribbon home tab more pretty
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Wed Jun 24 17:13:26 2015
Date: Wed, 24 Jun 2015 17:11:30 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201506242111.t5OLBUjk007175@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/bfba2d235370a3902faeeaad8a54d8a2dcc3427b
commit bfba2d235370a3902faeeaad8a54d8a2dcc3427b
Author: Ben Kaduk <kaduk@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"
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5