summaryrefslogtreecommitdiffstats
path: root/src/uimac/English.lproj/MainMenu.nib/classes.nib
diff options
context:
space:
mode:
authorBenjamin C. Pierce <bcpierce@cis.upenn.edu>2007-04-13 19:43:44 +0000
committerBenjamin C. Pierce <bcpierce@cis.upenn.edu>2007-04-13 19:43:44 +0000
commitd9f3234ea6fe4eb44f14b9ccc455cde49037f9e0 (patch)
tree1aec43ed6afc4ee4cc316a3f5e6ec7909528bf99 /src/uimac/English.lproj/MainMenu.nib/classes.nib
parent275ec30d81e5b4d2c57280f63f2f1e4e6cf69047 (diff)
downloadunison-d9f3234ea6fe4eb44f14b9ccc455cde49037f9e0.zip
unison-d9f3234ea6fe4eb44f14b9ccc455cde49037f9e0.tar.gz
unison-d9f3234ea6fe4eb44f14b9ccc455cde49037f9e0.tar.bz2
* Copy small fix
Diffstat (limited to 'src/uimac/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r--src/uimac/English.lproj/MainMenu.nib/classes.nib106
1 files changed, 106 insertions, 0 deletions
diff --git a/src/uimac/English.lproj/MainMenu.nib/classes.nib b/src/uimac/English.lproj/MainMenu.nib/classes.nib
new file mode 100644
index 0000000..56d717d
--- /dev/null
+++ b/src/uimac/English.lproj/MainMenu.nib/classes.nib
@@ -0,0 +1,106 @@
+{
+ IBClasses = (
+ {
+ ACTIONS = {
+ copyLR = id;
+ copyRL = id;
+ forceNewer = id;
+ forceOlder = id;
+ ignoreExt = id;
+ ignoreName = id;
+ ignorePath = id;
+ leaveAlone = id;
+ merge = id;
+ revert = id;
+ selectConflicts = id;
+ };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {
+ cancelProfileButton = id;
+ createButton = id;
+ endPasswordWindow = id;
+ installCommandLineTool = id;
+ onlineHelp = id;
+ openButton = id;
+ raiseAboutWindow = id;
+ restartButton = id;
+ saveProfileButton = id;
+ syncButton = id;
+ };
+ CLASS = MyController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ ConnectingView = NSView;
+ aboutWindow = NSWindow;
+ chooseProfileView = NSView;
+ detailsTextView = NSTextView;
+ mainWindow = NSWindow;
+ passwordCancelButton = NSButton;
+ passwordText = NSTextField;
+ passwordWindow = NSWindow;
+ preferencesController = PreferencesController;
+ preferencesView = NSView;
+ profileController = ProfileController;
+ statusText = NSTextField;
+ tableView = ReconTableView;
+ updatesText = NSTextField;
+ updatesView = NSView;
+ versionText = NSTextField;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {anyEnter = id; localClick = id; remoteClick = id; };
+ CLASS = PreferencesController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ cancelButton = NSButton;
+ firstRootText = NSTextField;
+ localButtonCell = NSButtonCell;
+ profileNameText = NSTextField;
+ remoteButtonCell = NSButtonCell;
+ saveButton = NSButton;
+ secondRootHost = NSTextField;
+ secondRootText = NSTextField;
+ secondRootUser = NSTextField;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = ProfileController;
+ LANGUAGE = ObjC;
+ OUTLETS = {tableView = NSTableView; };
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = ProfileTableView;
+ LANGUAGE = ObjC;
+ OUTLETS = {myController = MyController; };
+ SUPERCLASS = NSTableView;
+ },
+ {CLASS = ReconItem; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {
+ ACTIONS = {
+ copyLR = id;
+ copyRL = id;
+ forceNewer = id;
+ forceOlder = id;
+ ignoreExt = id;
+ ignoreName = id;
+ ignorePath = id;
+ leaveAlone = id;
+ merge = id;
+ revert = id;
+ selectConflicts = id;
+ };
+ CLASS = ReconTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
+ }
+ );
+ IBVersion = 1;
+} \ No newline at end of file