source: release/1.7/source/cocoa-ide/altconsole/resource/MainMenu.nib/classes.nib

Last change on this file was 12227, checked in by Gary Byers, 15 years ago

The IDE's main menu had a "View" menu with items to "Clear Scrollback"
and maintin the toolbar; AltConsole's main menu had no such view menu.
This may have been backwards.

File size: 649 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBClasses</key>
6 <array>
7 <dict>
8 <key>CLASS</key>
9 <string>FirstResponder</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 <key>SUPERCLASS</key>
13 <string>NSObject</string>
14 </dict>
15 <dict>
16 <key>CLASS</key>
17 <string>AltConsoleDocumentController</string>
18 <key>LANGUAGE</key>
19 <string>ObjC</string>
20 <key>SUPERCLASS</key>
21 <string>NSDocumentController</string>
22 </dict>
23 </array>
24 <key>IBVersion</key>
25 <string>1</string>
26</dict>
27</plist>
Note: See TracBrowser for help on using the repository browser.