Reset the screen that the status window is on when the system's screens change.
[MenuTunes.git] / main.m
1 /*
2  *      MenuTunes
3  *      main.m
4  *
5  *      Copyright (c) 2002 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, const char *argv[])
12 {
13     return NSApplicationMain(argc, argv);
14 }