adium 2376:c556e632ef88: Set the default URL shortener to tr.im,...
commits at adium.im
commits at adium.im
Thu May 28 18:41:02 UTC 2009
details: http://hg.adium.im/adium/rev/c556e632ef88
revision: 2376:c556e632ef88
author: Zachary West <zacw at adium.im>
date: Thu May 28 14:40:51 2009 -0400
Set the default URL shortener to tr.im, and the default image uploader to pic.im.
I'm extremely happy with tr.im. You can assign it to watch your Twitter account and set the URLs you speak (if unregistered) to your account. pic.im is, of course, the best upload service I've been able to find, and it doesn't require something silly like Twitter username and password.
diffstat:
Resources/FormattingDefaults.plist | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r ea3fc74d7ba0 -r c556e632ef88 Resources/FormattingDefaults.plist
--- a/Resources/FormattingDefaults.plist Thu May 28 14:26:20 2009 -0400
+++ b/Resources/FormattingDefaults.plist Thu May 28 14:40:51 2009 -0400
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Default Font</key>
@@ -8,5 +8,9 @@
<string>0,0,0</string>
<key>Default Background Color</key>
<string>255,255,255</string>
+ <key>Default Image Uploader</key>
+ <string>pic.im</string>
+ <key>Shortener Service Preference</key>
+ <integer>3</integer>
</dict>
</plist>
More information about the commits
mailing list