mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
change tiff's to png's
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
[self updateLog: nil];
|
||||
}
|
||||
|
||||
fErrorImage = [NSImage imageNamed: @"RedDot.tiff"];
|
||||
fInfoImage = [NSImage imageNamed: @"YellowDot.tiff"];
|
||||
fErrorImage = [NSImage imageNamed: @"RedDot.png"];
|
||||
fInfoImage = [NSImage imageNamed: @"YellowDot.png"];
|
||||
fDebugImage = [NSImage imageNamed: @"PurpleDot.png"];
|
||||
|
||||
//set images to popup button items
|
||||
|
||||
Reference in New Issue
Block a user