bugfix: we may have a case sensitive file system!
This commit is contained in:
parent
540ebcc78b
commit
1be48afc90
2 changed files with 18 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Webkit/Webkit.h>
|
||||
#import <WebKit/WebKit.h>
|
||||
#import "ViewDelegate.h"
|
||||
#import <Carbon/Carbon.h>
|
||||
#import "Constants.h"
|
||||
|
@ -81,6 +81,8 @@
|
|||
- (NSString *)stringForKey:(NSString *)aKey;
|
||||
- (void)loggedIn;
|
||||
|
||||
- (void)stringFromFile:(NSString *)file url: (NSURL **) url content: (NSString **) content;
|
||||
|
||||
- (IBAction)login:(id)sender;
|
||||
- (IBAction)logout:(id)sender;
|
||||
|
||||
|
|
Reference in a new issue