diff options
author | Benjamin C. Pierce <bcpierce@cis.upenn.edu> | 2007-04-13 19:43:44 +0000 |
---|---|---|
committer | Benjamin C. Pierce <bcpierce@cis.upenn.edu> | 2007-04-13 19:43:44 +0000 |
commit | d9f3234ea6fe4eb44f14b9ccc455cde49037f9e0 (patch) | |
tree | 1aec43ed6afc4ee4cc316a3f5e6ec7909528bf99 /src/uimac/English.lproj/MainMenu.nib/classes.nib | |
parent | 275ec30d81e5b4d2c57280f63f2f1e4e6cf69047 (diff) | |
download | unison-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.nib | 106 |
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 |