Make the frontend check both the current bundle as well as the default install location

0110
This commit is contained in:
Six 2009-03-22 00:24:40 +00:00
parent 673e7543c1
commit ba6fb02319
3 changed files with 20 additions and 22 deletions

View file

@ -12,8 +12,7 @@
// yes, a whole class just so the fucking app will quit
- (BOOL)windowShouldClose:(id)sender
{
- (BOOL)windowShouldClose:(id)sender {
[NSApp terminate:self];
return YES;
}