adium 2082:d59e7c4abdea: Replace a few adiumx.com references wit...
commits at adium.im
commits at adium.im
Mon May 4 21:21:08 UTC 2009
details: http://hg.adium.im/adium/rev/d59e7c4abdea
revision: 2082:d59e7c4abdea
author: Zachary West <zacw at adium.im>
date: Mon May 04 17:21:01 2009 -0400
Replace a few adiumx.com references with adium.im.
diffstat:
Other/Adium Spotlight Importer/GetMetadataForHTMLLog-Additions.m | 2 +-
Plugins/Purple Service/adiumPurpleCore.m | 4 ++--
Source/AIAdium.m | 8 ++++----
Source/LNAboutBoxController.m | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r d9164f87f19d -r d59e7c4abdea Other/Adium Spotlight Importer/GetMetadataForHTMLLog-Additions.m
--- a/Other/Adium Spotlight Importer/GetMetadataForHTMLLog-Additions.m Mon May 04 17:15:43 2009 -0400
+++ b/Other/Adium Spotlight Importer/GetMetadataForHTMLLog-Additions.m Mon May 04 17:21:01 2009 -0400
@@ -7,7 +7,7 @@
#import "GetMetadataForHTMLLog-Additions.h"
-//From LMX. Included under the BSD license. http://trac.adiumx.com/wiki/LMXParser
+//From LMX. Included under the BSD license. http://trac.adium.im/wiki/LMXParser
static BOOL getSurrogatesForUnicodeScalarValue(const UTF32Char scalar, unichar *outHigh, unichar *outLow);
/*
diff -r d9164f87f19d -r d59e7c4abdea Plugins/Purple Service/adiumPurpleCore.m
--- a/Plugins/Purple Service/adiumPurpleCore.m Mon May 04 17:15:43 2009 -0400
+++ b/Plugins/Purple Service/adiumPurpleCore.m Mon May 04 17:21:01 2009 -0400
@@ -226,8 +226,8 @@
g_free, g_free);
g_hash_table_insert(ui_info, g_strdup("name"), g_strdup("Adium"));
g_hash_table_insert(ui_info, g_strdup("version"), g_strdup([[NSApp applicationVersion] UTF8String]));
- g_hash_table_insert(ui_info, g_strdup("website"), g_strdup("http://adiumx.com"));
- g_hash_table_insert(ui_info, g_strdup("dev_website"), g_strdup("http://trac.adiumx.com"));
+ g_hash_table_insert(ui_info, g_strdup("website"), g_strdup("http://adium.im"));
+ g_hash_table_insert(ui_info, g_strdup("dev_website"), g_strdup("http://trac.adium.im"));
}
return ui_info;
diff -r d9164f87f19d -r d59e7c4abdea Source/AIAdium.m
--- a/Source/AIAdium.m Mon May 04 17:15:43 2009 -0400
+++ b/Source/AIAdium.m Mon May 04 17:21:01 2009 -0400
@@ -55,10 +55,10 @@
#import <sys/sysctl.h>
#import "ESDebugController.h"
-#define ADIUM_TRAC_PAGE @"http://trac.adiumx.com/"
-#define ADIUM_REPORT_BUG_PAGE @"http://trac.adiumx.com/wiki/ReportingBugs"
-#define ADIUM_FORUM_PAGE AILocalizedString(@"http://forum.adiumx.com/","Adium forums page. Localized only if a translated version exists.")
-#define ADIUM_FEEDBACK_PAGE @"mailto:feedback at adiumx.com"
+#define ADIUM_TRAC_PAGE @"http://trac.adium.im/"
+#define ADIUM_REPORT_BUG_PAGE @"http://trac.adium.im/wiki/ReportingBugs"
+#define ADIUM_FORUM_PAGE AILocalizedString(@"http://forum.adium.im/","Adium forums page. Localized only if a translated version exists.")
+#define ADIUM_FEEDBACK_PAGE @"mailto:feedback at adium.im"
//Portable Adium prefs key
#define PORTABLE_ADIUM_KEY @"Preference Folder Location"
diff -r d9164f87f19d -r d59e7c4abdea Source/LNAboutBoxController.m
--- a/Source/LNAboutBoxController.m Mon May 04 17:15:43 2009 -0400
+++ b/Source/LNAboutBoxController.m Mon May 04 17:21:01 2009 -0400
@@ -24,7 +24,7 @@
#import <AIUtilities/AIDateFormatterAdditions.h>
#define ABOUT_BOX_NIB @"AboutBox"
-#define ADIUM_SITE_LINK AILocalizedString(@"http://www.adiumx.com/","Adium homepage. Only localize if a translated version of the page exists.")
+#define ADIUM_SITE_LINK AILocalizedString(@"http://www.adium.im","Adium homepage. Only localize if a translated version of the page exists.")
@interface LNAboutBoxController ()
- (id)initWithWindowNibName:(NSString *)windowNibName;
@@ -86,7 +86,7 @@
//Visit the Adium homepage
- (IBAction)visitHomepage:(id)sender
{
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.adiumx.com"]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.adium.im"]];
}
//Receive the flags changed event for starting/stopping the automatic scroll via option
More information about the commits
mailing list