From c46072be857033c963dabce747be26ace83bd7f2 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 20 Jan 2011 13:08:41 +0000 Subject: Correct path for Messages file svn path=/trunk/netsurf/; revision=11419 --- cocoa/gui.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/gui.m') 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" ); -- cgit v1.2.3