mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
[macOS] Apply ObjC modernizations once again. (#3358)
This doesn't include designated initializers refactoring.
This commit is contained in:
committed by
GitHub
parent
88a3149ce4
commit
37f7f83d4d
@@ -67,7 +67,7 @@
|
||||
self.window.title = NSLocalizedString(@"Message Log", "Message window -> title");
|
||||
|
||||
//disable fullscreen support
|
||||
[window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenNone];
|
||||
window.collectionBehavior = NSWindowCollectionBehaviorFullScreenNone;
|
||||
|
||||
//set images and text for popup button items
|
||||
[self.fLevelButton itemAtIndex:LEVEL_ERROR].title = NSLocalizedString(@"Error", "Message window -> level string");
|
||||
|
||||
Reference in New Issue
Block a user