X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d4f63699c141b36ccd7daff2d910e836af76dcfa..968b842462aa5bd05397b9a4653fd06621a1fb77:/ITAboutBox.m diff --git a/ITAboutBox.m b/ITAboutBox.m index 276fd7d..2b8e05d 100644 --- a/ITAboutBox.m +++ b/ITAboutBox.m @@ -7,7 +7,6 @@ // #import "ITAboutBox.h" -#import "ITURLTextField.h" static ITAboutBox *_sharedController; @@ -35,7 +34,7 @@ static ITAboutBox *_sharedController; [_appName setStringValue:[[NSBundle mainBundle] localizedStringForKey:@"CFBundleShortVersionString" value:@"" table:@"InfoPlist"]]; [_companySite setStringValue:@"http://www.ithinksw.com/"]; - [_companySite setURL:[NSURL URLWithString:@"http://www.ithinksw.com/"]]; + [_copyright setStringValue:[[NSBundle mainBundle] localizedStringForKey:@"NSHumanReadableCopyright" value:@"" table:@"InfoPlist"]]; }