adium 4856:3a4a1f3c4295: Update the Xtra installer's pointer to ...

commits at adium.im commits at adium.im
Fri Jun 8 22:31:48 UTC 2012


details:	http://hg.adium.im/adium/rev/3a4a1f3c4295
revision:	4856:3a4a1f3c4295
branch:		(none)
author:		Frank Dowsett <wixardy at adium.im>
date:		Fri Jun 08 18:31:32 2012 -0400

Update the Xtra installer's pointer to the message view preferences. Fixes #16027

diffs (12 lines):

diff -r 90ccc4c599df -r 3a4a1f3c4295 Source/AIAdium.m
--- a/Source/AIAdium.m	Fri Jun 08 13:23:08 2012 +0200
+++ b/Source/AIAdium.m	Fri Jun 08 18:31:32 2012 -0400
@@ -613,7 +613,7 @@
 		destination = [AISearchPathForDirectories(AIMessageStylesDirectory) objectAtIndex:0];
 		fileDescription = AILocalizedString(@"message style",nil);
 		prefsButton = AILocalizedString(@"Open Message Style Prefs",nil);
-		prefsCategory = @"Message Style";
+		prefsCategory = @"Message View";
 		extension = @"AdiumMessageStyle";
 
 	} else if ([extension caseInsensitiveCompare:@"ListLayout"] == NSOrderedSame) {




More information about the commits mailing list