Source/AIStandardToolbarItemsPlugin.m
changeset 3280 c045049c6bd1
parent 3092 ffb42621b742
child 4568 87a0f0ebd59a
     1.1 --- a/Source/AIStandardToolbarItemsPlugin.m	Tue Dec 29 13:44:29 2009 -0500
     1.2 +++ b/Source/AIStandardToolbarItemsPlugin.m	Tue Aug 31 00:05:25 2010 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4  										  toolTip:AILocalizedString(@"If multiple accounts can send to this contact or this is a combined contact, change the source and/or destination of this chat", nil)
     1.5  										   target:self
     1.6  								  settingSelector:@selector(setImage:)
     1.7 -									  itemContent:[NSImage imageNamed:@"message" forClass:[self class] loadLazily:YES]
     1.8 +									  itemContent:[NSImage imageNamed:@"source-destination" forClass:[self class] loadLazily:YES]
     1.9  										   action:@selector(showSourceDestinationPicker:)
    1.10  											 menu:nil];
    1.11  	[adium.toolbarController registerToolbarItem:toolbarItem forToolbarType:@"MessageWindow"];