adium/adium

Update the Xtra installer's pointer to the message view preferences. Fixes #16027
--- 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) {