Changeset 2266 for trunk/macosx/CreatorWindowController.m
- Timestamp:
- Jul 1, 2007, 1:27:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/CreatorWindowController.m
r2261 r2266 64 64 if (fInfo->fileCount == 0) 65 65 { 66 NSAlert * alert = [[ [NSAlert alloc] init] autorelease];66 NSAlert * alert = [[NSAlert alloc] init]; 67 67 [alert addButtonWithTitle: NSLocalizedString(@"OK", "Create torrent -> no files -> button")]; 68 68 [alert setMessageText: NSLocalizedString(@"This folder contains no files.", … … 73 73 74 74 [alert runModal]; 75 [alert release]; 75 76 76 77 [self release];
Note: See TracChangeset
for help on using the changeset viewer.