Changeset 14703
- Timestamp:
- Mar 3, 2016, 1:38:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r14667 r14703 2106 2106 [notification setActionButtonTitle: NSLocalizedString(@"Show", "notification button")]; 2107 2107 2108 notification.additionalActions = @[ [NSUserNotificationAction actionWithIdentifier:@"a" title:@"a"], [NSUserNotificationAction actionWithIdentifier:@"b" title:@"b"] ];2109 2110 2108 NSMutableDictionary * userInfo = [NSMutableDictionary dictionaryWithObject: [torrent hashString] forKey: @"Hash"]; 2111 2109 if (location)
Note: See TracChangeset
for help on using the changeset viewer.