Changeset 2839
- Timestamp:
- 05/17/05 21:36:32 (3 years ago)
- Files:
-
- Tuna/trunk/English.lproj/MainMenu.nib/info.nib (modified) (2 diffs)
- Tuna/trunk/English.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- Tuna/trunk/English.lproj/MainMenu.nib/objects.nib (modified) (previous)
- Tuna/trunk/TNMainController.h (modified) (2 diffs)
- Tuna/trunk/TNMainController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Tuna/trunk/English.lproj/MainMenu.nib/info.nib
r2814 r2839 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 828 290 356 240 0 0 1680 1028</string>6 <string>578 280 356 240 0 0 1280 1002 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>29</key> 10 <string> 567 720 312 44 0 0 1680 1028</string>10 <string>395 701 359 44 0 0 1280 1002 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 14 14 <key>IBOpenObjects</key> 15 15 <array> 16 <integer>29</integer> 16 17 <integer>252</integer> 17 <integer>29</integer>18 18 </array> 19 19 <key>IBSystem Version</key> 20 <string>8 B15</string>20 <string>8A425</string> 21 21 </dict> 22 22 </plist> Tuna/trunk/TNMainController.h
r2814 r2839 28 28 29 29 @interface TNMainController : ZAObject { 30 IBOutlet NSWindow *_releaseNotesWindow;30 IBOutlet NSWindow *_releaseNotesWindow; 31 31 IBOutlet NSTextView *_releaseNotesTextView; 32 32 } … … 36 36 37 37 - (IBAction)releaseNotes:(id)sender; 38 - (IBAction)tutorial:(id)sender;39 38 - (IBAction)manual:(id)sender; 40 39 Tuna/trunk/TNMainController.m
r2814 r2839 60 60 61 61 62 - (IBAction)tutorial:(id)sender {63 [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.zankasoftware.com/tuna/tutorial"]];64 }65 66 67 68 62 - (IBAction)manual:(id)sender { 69 63 [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.zankasoftware.com/tuna/manual"]];
