|
Last change
on this file was 6728, checked in by Gary Byers, 17 years ago |
|
Ensure (for the time being) that everything's text.
Start to add font stuff in preferences pane, but got something wrong.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
676 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | IBClasses = (
|
|---|
| 3 | {
|
|---|
| 4 | ACTIONS = {
|
|---|
| 5 | backtrace = id;
|
|---|
| 6 | continue = id;
|
|---|
| 7 | exitBreak = id;
|
|---|
| 8 | hyperSpecLookUp = id;
|
|---|
| 9 | inspect = id;
|
|---|
| 10 | interrupt = id;
|
|---|
| 11 | newListener = id;
|
|---|
| 12 | restarts = id;
|
|---|
| 13 | };
|
|---|
| 14 | CLASS = FirstResponder;
|
|---|
| 15 | LANGUAGE = ObjC;
|
|---|
| 16 | SUPERCLASS = NSObject;
|
|---|
| 17 | },
|
|---|
| 18 | {
|
|---|
| 19 | ACTIONS = {showPreferences = id; toggleTypeout = id; };
|
|---|
| 20 | CLASS = NSApplication;
|
|---|
| 21 | LANGUAGE = ObjC;
|
|---|
| 22 | SUPERCLASS = NSResponder;
|
|---|
| 23 | }
|
|---|
| 24 | );
|
|---|
| 25 | IBVersion = 1;
|
|---|
| 26 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.