mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2338 d708f5d6-7413-0410-9779-e7cbd77b26cf
26 lines
No EOL
812 B
Text
Executable file
26 lines
No EOL
812 B
Text
Executable file
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {cancel = id; };
|
|
CLASS = ScriptExecController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
aboutMenuItem = id;
|
|
applicationMenu = id;
|
|
cancelButton = id;
|
|
hideMenuItem = id;
|
|
messageTextField = id;
|
|
progressBar = id;
|
|
progressWindow = id;
|
|
quitMenuItem = id;
|
|
textOutputCancelButton = id;
|
|
textOutputProgressIndicator = id;
|
|
textOutputTextField = id;
|
|
textOutputWindow = id;
|
|
};
|
|
SUPERCLASS = NSObject;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |