X-Git-Url: http://git.ithinksw.org/GrowlITTSW.git/blobdiff_plain/db492e315730afc3ec7fe21f8f6102e42675e8d6..HEAD:/GrowlITTSWController.h diff --git a/GrowlITTSWController.h b/GrowlITTSWController.h index 0d6b6b1..6600f6f 100644 --- a/GrowlITTSWController.h +++ b/GrowlITTSWController.h @@ -1,10 +1,10 @@ -// -// GrowlITTSWController.h -// Growl -// -// Created by Joseph Spiros on 2/28/09. -// Copyright 2009 iThink Software. All rights reserved. -// +/* + * GrowlITTSW + * GrowlITTSWController.h + * + * Copyright (c) 2009 iThink Software + * + */ #import #import @@ -18,6 +18,6 @@ int _wrapColumns; } -- (void)showWindowWithTitle:(NSString *)title text:(NSString *)text image:(NSImage *)image; +- (void)showWindowWithTitle:(NSString *)title desc:(NSString *)desc image:(NSImage *)image; @end