summaryrefslogtreecommitdiff
path: root/cocoa/gui.m
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-20 13:08:41 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-20 13:08:41 +0000
commitc46072be857033c963dabce747be26ace83bd7f2 (patch)
tree5e7de351e24e60a65a3f02c763f4f86a2e8aeb33 /cocoa/gui.m
parent822fffa8e33d17848fb2e85e2724ed74a3150c6a (diff)
downloadnetsurf-c46072be857033c963dabce747be26ace83bd7f2.tar.gz
netsurf-c46072be857033c963dabce747be26ace83bd7f2.tar.bz2
Correct path for Messages file
svn path=/trunk/netsurf/; revision=11419
Diffstat (limited to 'cocoa/gui.m')
-rw-r--r--cocoa/gui.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/gui.m b/cocoa/gui.m
index 14ecf9fd5..991772df7 100644
--- a/cocoa/gui.m
+++ b/cocoa/gui.m
@@ -359,7 +359,7 @@ int main( int argc, char **argv )
{
gui_pool = [[NSAutoreleasePool alloc] init];
- const char * const messages = [[[NSBundle mainBundle] pathForResource: @"messages" ofType: nil] UTF8String];
+ const char * const messages = [[[NSBundle mainBundle] pathForResource: @"Messages" ofType: @""] UTF8String];
const char * const options = cocoa_get_options_file();
default_stylesheet_url = gui_get_resource_url( @"default", @"css" );
quirks_stylesheet_url = gui_get_resource_url( @"quirks", @"css" );