X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmMain.mm;h=39200a7aac325c189bdf3021340b6c9c63a15d22;hp=7e6b563e1412172e266128d34f0f88edb68012df;hb=3ef806261b5482a584e05dc8311c8d7633f146b4;hpb=2ead500a411cadcabbe7bcf7efe74a139137d445 diff --git a/source/frmMain.mm b/source/frmMain.mm index 7e6b563..39200a7 100644 --- a/source/frmMain.mm +++ b/source/frmMain.mm @@ -83,7 +83,7 @@ void frmMain::DisplayHelpBrowser() helpBrowserDocumentationPath = [[NSBundle mainBundle] pathForResource:@"Documentation (en_GB)" ofType:@"fodt"]; } - NSURL *helpBrowserExecutableURL = [[NSBundle mainBundle] URLForResource:@"ODTHelpBrowser" withExtension:@"app"]; + NSURL *helpBrowserExecutableURL = [[NSBundle mainBundle] URLForResource:@"odthelpbrowser" withExtension:@"app"]; NSArray *args = [NSArray arrayWithObjects:@"-d", helpBrowserDocumentationPath, nil]; NSDictionary *helpBrowserArguments = [NSDictionary dictionaryWithObject:args