mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 10:00:48 +00:00
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:
parent
508a0d21c3
commit
d288662f70
2 changed files with 1 additions and 30 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue