Reverting an accidental commit by qmathe.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@19124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-04-16 05:22:00 +00:00
parent 508a0d21c3
commit d288662f70
2 changed files with 1 additions and 30 deletions

View file

@ -1,26 +1,4 @@
{ {
Controller = {
Actions = (
"toggleToolbar:",
"setFirstItemLabel:",
"setSecondItemImage:",
"newItem:",
"newWindow:",
"popUpMenuSizeChanged:",
"popUpMenuDisplayChanged:"
);
Outlets = (
newItemName,
toolbarButton,
firstItemSwitch,
popUpField,
sliderField,
window,
popUpMenuSize,
popUpMenuDisplay
);
Super = NSObject;
};
FirstResponder = { FirstResponder = {
Actions = ( Actions = (
"activateContextHelpMode:", "activateContextHelpMode:",
@ -160,14 +138,7 @@
"useStandardKerning:", "useStandardKerning:",
"useStandardLigatures:", "useStandardLigatures:",
"yank:", "yank:",
"zoom:", "zoom:"
"toggleToolbar:",
"setFirstItemLabel:",
"setSecondItemImage:",
"newItem:",
"newWindow:",
"popUpMenuSizeChanged:",
"popUpMenuDisplayChanged:"
); );
Super = NSObject; Super = NSObject;
}; };