summaryrefslogtreecommitdiff
path: root/docview/src/dvconstants.pas
diff options
context:
space:
mode:
Diffstat (limited to 'docview/src/dvconstants.pas')
-rw-r--r--docview/src/dvconstants.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/docview/src/dvconstants.pas b/docview/src/dvconstants.pas
index 3e44ef58..9e0073be 100644
--- a/docview/src/dvconstants.pas
+++ b/docview/src/dvconstants.pas
@@ -34,6 +34,8 @@ const
HELP_FILE_EXTENSION = ExtensionSeparator + 'hlp';
INF_FILE_EXTENSION = ExtensionSeparator + 'inf';
NOTES_FILE_EXTENSION = ExtensionSeparator + 'notes';
+ BOOKMARK_FILE_EXTENSION = ExtensionSeparator + 'bookmark';
+ BOOKMARK_SECTION = '[BOOKMARK]';
cDocViewHelpFile = 'docview.inf';
@@ -52,6 +54,7 @@ resourcestring
rsDVSearchSyntaxError = 'Error in search syntax: ';
rsDVSearchFoundMsg = 'Found %d matches for ';
rsDVCouldNotOpen = 'Could not open <%s>';
+ rsDVUntitled = '(Untitled)';
const
hcConfigGeneralTab = 510;