adium 4708:90234640be0e: Fix four icon references.
commits at adium.im
commits at adium.im
Sun Mar 4 00:12:14 UTC 2012
details: http://hg.adium.im/adium/rev/90234640be0e
revision: 4708:90234640be0e
branch: (none)
author: Robert Vehse
date: Sun Mar 04 01:12:05 2012 +0100
Fix four icon references.
diffs (28 lines):
diff -r 3b2b8751240e -r 90234640be0e Frameworks/Adium Framework/Source/AIAuthorizationRequestsWindowController.m
--- a/Frameworks/Adium Framework/Source/AIAuthorizationRequestsWindowController.m Sat Mar 03 18:07:20 2012 +0100
+++ b/Frameworks/Adium Framework/Source/AIAuthorizationRequestsWindowController.m Sun Mar 04 01:12:05 2012 +0100
@@ -182,7 +182,7 @@
toolTip:AILocalizedString(@"Get Info",nil)
target:self
settingSelector:@selector(setImage:)
- itemContent:[[[NSImage alloc] initByReferencingFile:[[NSBundle mainBundle] pathForImageResource:@"get-info.png"]] autorelease]
+ itemContent:[[[NSImage alloc] initByReferencingFile:[[NSBundle mainBundle] pathForImageResource:@"get-info.tiff"]] autorelease]
action:@selector(getInfo:)
menu:nil];
diff -r 3b2b8751240e -r 90234640be0e Source/AIContactInfoWindowController.m
--- a/Source/AIContactInfoWindowController.m Sat Mar 03 18:07:20 2012 +0100
+++ b/Source/AIContactInfoWindowController.m Sun Mar 04 01:12:05 2012 +0100
@@ -42,9 +42,9 @@
//Defines for the image files used by the toolbar segments
#define INFO_SEGMENT_IMAGE (@"Personal.png")
-#define ADDRESS_BOOK_SEGMENT_IMAGE (@"get-info-address-book.png")
-#define EVENTS_SEGMENT_IMAGE (@"get-info-events.png")
-#define ADVANCED_SEGMENT_IMAGE (@"get-info-advanced.png")
+#define ADDRESS_BOOK_SEGMENT_IMAGE (@"get-info-address-book.tiff")
+#define EVENTS_SEGMENT_IMAGE (@"get-info-events.tiff")
+#define ADVANCED_SEGMENT_IMAGE (@"get-info-advanced.tiff")
enum segments {
CONTACT_INFO_SEGMENT = 0,
More information about the commits
mailing list