adium 5287:06fabe8475aa: Fix these files to be in UTF8.
commits at adium.im
commits at adium.im
Tue Jan 29 00:19:37 UTC 2013
details: http://hg.adium.im/adium/rev/06fabe8475aa
revision: 5287:06fabe8475aa
branch: (none)
author: Thijs Alkemade <me at thijsalkema.de>
date: Tue Jan 29 01:12:52 2013 +0100
Fix these files to be in UTF8.
Subject: adium 5288:793e8f6efb3a: Freshly ran make localizable strings here too.
details: http://hg.adium.im/adium/rev/793e8f6efb3a
revision: 5288:793e8f6efb3a
branch: (none)
author: Thijs Alkemade <me at thijsalkema.de>
date: Tue Jan 29 01:19:28 2013 +0100
Freshly ran make localizable strings here too.
diffs (58 lines):
diff -r 4af3d45a0f78 -r 793e8f6efb3a Frameworks/AIUtilities Framework/Resources/en.lproj/Localizable.strings
Binary file Frameworks/AIUtilities Framework/Resources/en.lproj/Localizable.strings has changed
diff -r 4af3d45a0f78 -r 793e8f6efb3a Resources/en.lproj/Localizable.strings
Binary file Resources/en.lproj/Localizable.strings has changed
diff -r 4af3d45a0f78 -r 793e8f6efb3a Source/AIContactListEditorPlugin.m
--- a/Source/AIContactListEditorPlugin.m Tue Jan 29 01:08:39 2013 +0100
+++ b/Source/AIContactListEditorPlugin.m Tue Jan 29 01:19:28 2013 +0100
@@ -305,7 +305,7 @@
NSString *message = nil;
- /* XXX Should allow the account to determine if the message will indicate the group is just hidden, not deleted, la Twitter */
+ /* XXX Should allow the account to determine if the message will indicate the group is just hidden, not deleted, Ã la Twitter */
if (array.count == 1) {
AIListObject *listObject = [[array objectAtIndex:0] objectForKey:@"ListObject"];
AIListObject <AIContainingObject> *containingObject = [[array objectAtIndex:0] objectForKey:@"ContainingObject"];
diff -r 4af3d45a0f78 -r 793e8f6efb3a Source/AIListWindowController.m
--- a/Source/AIListWindowController.m Tue Jan 29 01:08:39 2013 +0100
+++ b/Source/AIListWindowController.m Tue Jan 29 01:19:28 2013 +0100
@@ -277,7 +277,7 @@
[[self window] setLevel:level];
}
-// A "stationary" window stays pinned to the desktop during Expos
+// A "stationary" window stays pinned to the desktop during Exposé
- (void)setCollectionBehaviorOfWindow:(NSWindow *)window showOnAllSpaces:(BOOL)allSpaces isStationary:(BOOL)stationary
{
NSWindowCollectionBehavior behavior = NSWindowCollectionBehaviorDefault;
@@ -631,7 +631,7 @@
currentScreenFrame.size.height -= [[NSApp mainMenu] menuBarHeight];
}
- //Ensure the window is displaying at the proper level and expos setting
+ //Ensure the window is displaying at the proper level and exposé setting
[self setWindowLevel:levelForAIWindowLevel(windowLevel)];
}
@@ -799,7 +799,7 @@
}
/* If we're hiding the window (generally) but now sliding it off screen, set it to kCGBackstopMenuLevel and don't
- * let it participate in expos.
+ * let it participate in exposé.
*/
if (overrodeWindowLevel &&
windowHidingStyle == AIContactListWindowHidingStyleSliding) {
diff -r 4af3d45a0f78 -r 793e8f6efb3a Source/SGHotKeyCenter.m
--- a/Source/SGHotKeyCenter.m Tue Jan 29 01:08:39 2013 +0100
+++ b/Source/SGHotKeyCenter.m Tue Jan 29 01:19:28 2013 +0100
@@ -43,7 +43,7 @@
//The caller expects to receive a new object, so implicitly retain it to balance out the caller's eventual release message.
return sharedCenter;
} else {
- //When not already set, +initialize is our callerÐit's creating the shared instance. Let this go through.
+ //When not already set, +initialize is our callerâit's creating the shared instance. Let this go through.
return [super allocWithZone:zone];
}
}
More information about the commits
mailing list