Changeset 551
- Timestamp:
- Jul 8, 2006, 2:45:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r550 r551 790 790 //notifications 791 791 [self notifyGrowl: @"Download Complete" message: [[torrent name] stringByAppendingString: 792 @" isfinished downloading"] identifier: @"Download Complete"];792 @" finished downloading"] identifier: @"Download Complete"]; 793 793 if (![fWindow isKeyWindow]) 794 794 fCompleted++; … … 1078 1078 1079 1079 [self notifyGrowl: @"Seeding Complete" message: [[[notification object] name] stringByAppendingString: 1080 @" isfinished seeding"] identifier: @"Seeding Complete"];1080 @" finished seeding"] identifier: @"Seeding Complete"]; 1081 1081 } 1082 1082
Note: See TracChangeset
for help on using the changeset viewer.