mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
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:
parent
779ab1bc2a
commit
77ae28f421
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue