mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Correction for bug#15637
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25851 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae4cd37e77
commit
3d05090894
4 changed files with 65 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-03 20:17-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* English.lproj/Gorm.gorm: Added menu shortcut for delete/backspace
|
||||
to correct bug#15637.
|
||||
|
||||
2008-01-03 20:02-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormNibWrapperLoader.m: Corrections for bug#19792.
|
||||
|
|
|
@ -1 +1,60 @@
|
|||
{"## Comment" = "Do NOT change this file, Gorm maintains it"; FirstResponder = {Actions = ("arrangeSelectedObjects:", "exportStrings:", "alignSelectedObjects:", "orderFrontFontPanel:", "translate:"); Super = NSObject; }; Gorm = {Actions = ("editClass:", "createSubclass:", "testInterface:", "setName:", "selectAllItems:", "paste:", "palettes:", "loadSound:", "loadPalette:", "inspector:", "infoPanel:", "endTesting:", "delete:", "cut:", "copy:", "close:", "miniaturize:", "debug:", "loadImage:", "orderFrontFontPanel:", "ungroup:", "groupSelectionInScrollView:", "groupSelectionInBox:", "groupSelectionInSplitView:", "remove:", "addAttributeToClass:", "instantiateClass:", "createClassFiles:", "loadClass:", "preferencesPanel:", "guideline:"); Outlets = (gormMenu, guideLineMenuItem); Super = NSApplication; }; GormDocumentController = {Actions = (); Outlets = (); Super = NSDocumentController; }; }
|
||||
{
|
||||
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||||
FirstResponder = {
|
||||
Actions = (
|
||||
"arrangeSelectedObjects:",
|
||||
"exportStrings:",
|
||||
"alignSelectedObjects:",
|
||||
"orderFrontFontPanel:",
|
||||
"translate:"
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
Gorm = {
|
||||
Actions = (
|
||||
"editClass:",
|
||||
"createSubclass:",
|
||||
"testInterface:",
|
||||
"setName:",
|
||||
"selectAllItems:",
|
||||
"paste:",
|
||||
"palettes:",
|
||||
"loadSound:",
|
||||
"loadPalette:",
|
||||
"inspector:",
|
||||
"infoPanel:",
|
||||
"endTesting:",
|
||||
"delete:",
|
||||
"cut:",
|
||||
"copy:",
|
||||
"close:",
|
||||
"miniaturize:",
|
||||
"debug:",
|
||||
"loadImage:",
|
||||
"orderFrontFontPanel:",
|
||||
"ungroup:",
|
||||
"groupSelectionInScrollView:",
|
||||
"groupSelectionInBox:",
|
||||
"groupSelectionInSplitView:",
|
||||
"remove:",
|
||||
"addAttributeToClass:",
|
||||
"instantiateClass:",
|
||||
"createClassFiles:",
|
||||
"loadClass:",
|
||||
"preferencesPanel:",
|
||||
"guideline:"
|
||||
);
|
||||
Outlets = (
|
||||
gormMenu,
|
||||
guideLineMenuItem
|
||||
);
|
||||
Super = NSApplication;
|
||||
};
|
||||
GormDocumentController = {
|
||||
Actions = (
|
||||
);
|
||||
Outlets = (
|
||||
);
|
||||
Super = NSDocumentController;
|
||||
};
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue