bugfix: we may have a case sensitive file system!

This commit is contained in:
Christian Kruse 2013-03-18 11:43:38 +01:00
parent 540ebcc78b
commit 1be48afc90
2 changed files with 18 additions and 9 deletions

View file

@ -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;