X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmMain.mm;h=39200a7aac325c189bdf3021340b6c9c63a15d22;hb=76214fdd5e820c60a468a62fa586749102310f21;hp=7e6b563e1412172e266128d34f0f88edb68012df;hpb=32b56fabfeac4fea69986ebf183d5e9564bec040;p=xestiaab%2F.git 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