diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-19 22:48:43 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-19 22:48:43 (GMT) |
commit | 0a3239b01f656355367b16d734d55624fca0da8f (patch) | |
tree | 0b17a158b9ed0a50627c913562df200c6ee1106d /Nim/Cocoa/Menulet.h | |
parent | dadef90f080d5434db1f6924cc74a805a3a451cd (diff) | |
download | swift-contrib-0a3239b01f656355367b16d734d55624fca0da8f.zip swift-contrib-0a3239b01f656355367b16d734d55624fca0da8f.tar.bz2 |
Rename Nim to Slimber.
Diffstat (limited to 'Nim/Cocoa/Menulet.h')
-rw-r--r-- | Nim/Cocoa/Menulet.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Nim/Cocoa/Menulet.h b/Nim/Cocoa/Menulet.h deleted file mode 100644 index 0993547..0000000 --- a/Nim/Cocoa/Menulet.h +++ /dev/null @@ -1,11 +0,0 @@ -#import <Cocoa/Cocoa.h> - - -@interface Menulet : NSObject { - NSStatusItem* statusItem; - IBOutlet NSMenu *statusMenu; -} - --(IBAction) updateStatus: (id) sender; - -@end
\ No newline at end of file |