Changeset 2727
- Timestamp:
- Aug 13, 2007, 1:55:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r2720 r2727 125 125 [alert release]; 126 126 127 //activate the already running instance, then kill ourselves right away 128 [[NSWorkspace sharedWorkspace] launchApplication: [dic objectForKey: @"NSApplicationPath"]]; 127 //kill ourselves right away 129 128 exit(0); 130 129 }
Note: See TracChangeset
for help on using the changeset viewer.