mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* 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:
parent
9f6579fa41
commit
ee19d1de23
3 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue