Skip to content

Commit

Permalink
Updated donation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein committed Jan 7, 2007
1 parent d149df9 commit 179068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monolingual/MyResponder.m
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ - (void) awakeFromNib

versionURL = CFURLCreateWithString(kCFAllocatorDefault, CFSTR("http://monolingual.sourceforge.net/version.xml"), NULL);
downloadURL = CFURLCreateWithString(kCFAllocatorDefault, CFSTR("http://monolingual.sourceforge.net"), NULL);
donateURL = CFURLCreateWithString(kCFAllocatorDefault, CFSTR("http://sourceforge.net/donate/index.php?group_id=106424"), NULL);
donateURL = CFURLCreateWithString(kCFAllocatorDefault, CFSTR("http://monolingual.sourceforge.net/donate.html"), NULL);

CFArrayRef languagePref = (CFArrayRef) CFPreferencesCopyValue(CFSTR("AppleLanguages"),
kCFPreferencesAnyApplication,
Expand Down

0 comments on commit 179068b

Please sign in to comment.