adium 3902:f2a7f3e68380: (Refs 15163#) Bunch of small changes:
commits at adium.im
commits at adium.im
Thu May 19 00:21:53 UTC 2011
details: http://hg.adium.im/adium/rev/f2a7f3e68380
revision: 3902:f2a7f3e68380
branch: (none)
author: Robert Vehse
date: Thu May 19 02:17:03 2011 +0200
(Refs 15163#) Bunch of small changes:
* Credit Patrick Steinhardt ("pKs") for his recent patches.
* One typo each in the German localisation and in a comment.
* Fix a glitch in the German localisation.
diffs (61 lines):
diff -r 46f206912c4d -r f2a7f3e68380 Copyright.txt
--- a/Copyright.txt Wed May 18 21:33:51 2011 +0300
+++ b/Copyright.txt Thu May 19 02:17:03 2011 +0200
@@ -93,6 +93,7 @@
David Smith
Greg Smith
Jeff Squyres
+Patrick Steinhardt
Kent Sutherland
Shayne Sweeney
Mike Timm
diff -r 46f206912c4d -r f2a7f3e68380 Plugins/WebKit Message View/de.lproj/WebKitPreferencesView.nib/designable.nib
--- a/Plugins/WebKit Message View/de.lproj/WebKitPreferencesView.nib/designable.nib Wed May 18 21:33:51 2011 +0300
+++ b/Plugins/WebKit Message View/de.lproj/WebKitPreferencesView.nib/designable.nib Thu May 19 02:17:03 2011 +0200
@@ -2,10 +2,10 @@
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1050</int>
- <string key="IBDocument.SystemVersion">10J567</string>
+ <string key="IBDocument.SystemVersion">10J869</string>
<string key="IBDocument.InterfaceBuilderVersion">823</string>
<string key="IBDocument.AppKitVersion">1038.35</string>
- <string key="IBDocument.HIToolboxVersion">462.00</string>
+ <string key="IBDocument.HIToolboxVersion">461.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">823</string>
@@ -340,7 +340,7 @@
<object class="NSButton" id="437785535">
<reference key="NSNextResponder" ref="906020110"/>
<int key="NSvFlags">264</int>
- <string key="NSFrame">{{152, 234}, {124, 18}}</string>
+ <string key="NSFrame">{{152, 234}, {163, 18}}</string>
<reference key="NSSuperview" ref="906020110"/>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="287125431">
@@ -362,7 +362,7 @@
<object class="NSButton" id="937091963">
<reference key="NSNextResponder" ref="906020110"/>
<int key="NSvFlags">264</int>
- <string key="NSFrame">{{152, 212}, {103, 18}}</string>
+ <string key="NSFrame">{{152, 212}, {142, 18}}</string>
<reference key="NSSuperview" ref="906020110"/>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="848198898">
diff -r 46f206912c4d -r f2a7f3e68380 Plugins/WebKit Message View/de.lproj/WebKitPreferencesView.nib/keyedobjects.nib
Binary file Plugins/WebKit Message View/de.lproj/WebKitPreferencesView.nib/keyedobjects.nib has changed
diff -r 46f206912c4d -r f2a7f3e68380 Resources/de.lproj/Localizable.strings
Binary file Resources/de.lproj/Localizable.strings has changed
diff -r 46f206912c4d -r f2a7f3e68380 Source/AIContactInfoContentController.m
--- a/Source/AIContactInfoContentController.m Wed May 18 21:33:51 2011 +0300
+++ b/Source/AIContactInfoContentController.m Thu May 19 02:17:03 2011 +0200
@@ -66,7 +66,7 @@
-(void)loadContentPanes:(NSArray *)contentPanes
{
NSMutableArray *contentArray = [NSMutableArray array];
- //Allocate and initalize each class, then stick it in the array.
+ //Allocate and initialize each class, then stick it in the array.
id currentPane = nil;
for(currentPane in contentPanes) {
More information about the commits
mailing list