Changeset 2137 for branches/file_selection/macosx/CreatorWindowController.m
- Timestamp:
- Jun 17, 2007, 5:04:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/file_selection/macosx/CreatorWindowController.m
r2134 r2137 50 50 } 51 51 52 + (void) createTorrentFile: (tr_handle_t *) handle forFile: (NSString *) file 53 { 54 CreatorWindowController * creator = [[self alloc] initWithWindowNibName: @"Creator" handle: handle path: file]; 55 [creator showWindow: nil]; 56 } 57 52 58 - (id) initWithWindowNibName: (NSString *) name handle: (tr_handle_t *) handle path: (NSString *) path 53 59 {
Note: See TracChangeset
for help on using the changeset viewer.