1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 10:38:13 +00:00

use an x for "no group"

This commit is contained in:
Mitchell Livingston 2007-12-21 17:54:37 +00:00
parent 38d8026a5d
commit 530b57face

View file

@ -2110,7 +2110,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
break;
case -1:
if ([NSApp isOnLeopardOrBetter])
icon = [NSImage imageNamed: NSImageNameRemoveTemplate];
icon = [NSImage imageNamed: NSImageNameStopProgressTemplate];
toolTip = NSLocalizedString(@"Group: No Label", "Groups -> Button");
break;
default: