X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d4f63699c141b36ccd7daff2d910e836af76dcfa..968b842462aa5bd05397b9a4653fd06621a1fb77:/ITAboutBox.h diff --git a/ITAboutBox.h b/ITAboutBox.h index 07ca399..c50e6e7 100644 --- a/ITAboutBox.h +++ b/ITAboutBox.h @@ -14,7 +14,7 @@ { IBOutlet NSImageView *_appIcon; IBOutlet NSTextField *_appName; - IBOutlet ITURLTextField *_companySite; + IBOutlet NSTextField *_companySite; IBOutlet NSTextField *_copyright; IBOutlet NSWindow *_window; }