summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docview/src/dvHelpers.pas3
-rw-r--r--docview/src/dvconstants.pas1
2 files changed, 1 insertions, 3 deletions
diff --git a/docview/src/dvHelpers.pas b/docview/src/dvHelpers.pas
index 28dc7809..2aaf710a 100644
--- a/docview/src/dvHelpers.pas
+++ b/docview/src/dvHelpers.pas
@@ -7,9 +7,6 @@ interface
uses
Classes, SysUtils, fpg_base;
-const
- OWN_HELP_MARKER = '[DOCVIEWHELP]';
-
function GetOwnHelpFileName: String;
// Given a filename, which may or may not contain a path or extension,
diff --git a/docview/src/dvconstants.pas b/docview/src/dvconstants.pas
index cbff4ad7..e549bfe8 100644
--- a/docview/src/dvconstants.pas
+++ b/docview/src/dvconstants.pas
@@ -36,6 +36,7 @@ const
NOTES_FILE_EXTENSION = ExtensionSeparator + 'notes';
BOOKMARK_FILE_EXTENSION = ExtensionSeparator + 'bookmark';
BOOKMARK_SECTION = '[BOOKMARK]';
+ OWN_HELP_MARKER = '[DOCVIEWHELP]';
cDocViewHelpFile = 'docview.inf';