Changeset 2839

Show
Ignore:
Timestamp:
05/17/05 21:36:32 (3 years ago)
Author:
morris
Message:

Remove Tutorial item, stick with Manual

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Tuna/trunk/English.lproj/MainMenu.nib/info.nib

    r2814 r2839  
    44<dict> 
    55        <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> 
    77        <key>IBEditorPositions</key> 
    88        <dict> 
    99                <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> 
    1111        </dict> 
    1212        <key>IBFramework Version</key> 
     
    1414        <key>IBOpenObjects</key> 
    1515        <array> 
     16                <integer>29</integer> 
    1617                <integer>252</integer> 
    17                 <integer>29</integer> 
    1818        </array> 
    1919        <key>IBSystem Version</key> 
    20         <string>8B15</string> 
     20        <string>8A425</string> 
    2121</dict> 
    2222</plist> 
  • Tuna/trunk/TNMainController.h

    r2814 r2839  
    2828 
    2929@interface TNMainController : ZAObject { 
    30         IBOutlet NSWindow                                              *_releaseNotesWindow; 
     30        IBOutlet NSWindow                                       *_releaseNotesWindow; 
    3131        IBOutlet NSTextView                                     *_releaseNotesTextView; 
    3232} 
     
    3636 
    3737- (IBAction)releaseNotes:(id)sender; 
    38 - (IBAction)tutorial:(id)sender; 
    3938- (IBAction)manual:(id)sender; 
    4039 
  • Tuna/trunk/TNMainController.m

    r2814 r2839  
    6060 
    6161 
    62 - (IBAction)tutorial:(id)sender { 
    63         [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.zankasoftware.com/tuna/tutorial"]]; 
    64 } 
    65  
    66  
    67  
    6862- (IBAction)manual:(id)sender { 
    6963        [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.zankasoftware.com/tuna/manual"]];