Updated button inspector and corrected menu item title.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20661 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-02-05 20:21:08 +00:00
parent 779ab1bc2a
commit 77ae28f421
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2005-02-05 15:26 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/0Menus/main.m: Corrected "revert To Saved" to
"Revert To Saved".
* Palettes/2Controls/GormNSButtonInspector.gorm: Corrected box
title color.
2005-02-05 09:16 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.m: Improved some of the panel messages when

View file

@ -188,7 +188,7 @@
[m addItemWithTitle: @"Save All"
action: @selector(saveAllDocuments:)
keyEquivalent: @""];
[m addItemWithTitle: @"revert To Saved"
[m addItemWithTitle: @"Revert To Saved"
action: @selector(revertDocumentToSaved:)
keyEquivalent: @""];
[m addItemWithTitle: @"Close"