* English.lproj/GormDocument.gorm: Added "Remove" to Operations

menu.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-09-30 03:29:21 +00:00
parent 9f6579fa41
commit ee19d1de23
3 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-09-29 22:56-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/GormDocument.gorm: Added "Remove" to Operations
menu.
2006-09-29 21:59-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/GormDocument.gorm: Added "Operations" item to

View file

@ -2,9 +2,11 @@
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"createSubclass:",
"loadClass:",
"createClassFiles:",
"createSubclass:",
"instantiateClass:",
"loadClass:",
"remove:",
"selectArchiveType:"
);
Super = NSObject;
@ -20,7 +22,9 @@
Actions = (
"createSubclass:",
"loadClass:",
"createClassFiles:"
"createClassFiles:",
"instantiateClass:",
"remove:"
);
Outlets = (
selectionBox,