diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 12:22:43 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 12:22:43 +0100 |
commit | 03303574f2d09759cab902dd859429c391426206 (patch) | |
tree | f07a862cc2a73cbbb186ef66aa3933b6a5cec827 /docview/src | |
parent | c2e3d428a2d186272566a5de54ef5ad40485ea1b (diff) | |
download | fpGUI-03303574f2d09759cab902dd859429c391426206.tar.xz |
docview: assign own help file for future dialog help.
Diffstat (limited to 'docview/src')
-rw-r--r-- | docview/src/frm_main.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas index 6ec71335..0463c69a 100644 --- a/docview/src/frm_main.pas +++ b/docview/src/frm_main.pas @@ -2558,6 +2558,7 @@ var begin inherited Create(AOwner); fpgApplication.OnException := @MainFormException; + fpgApplication.HelpFile := cDocViewHelpFile; OnShow := @MainFormShow; OnDestroy := @MainFormDestroy; // Files := TList.Create; |