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.pas5
1 files changed, 4 insertions, 1 deletions
diff --git a/docview/src/dvconstants.pas b/docview/src/dvconstants.pas
index ae8b414d..626e0840 100644
--- a/docview/src/dvconstants.pas
+++ b/docview/src/dvconstants.pas
@@ -1,4 +1,4 @@
-unit dvconstants;
+unit dvConstants;
{$mode objfpc}{$H+}
@@ -29,6 +29,9 @@ resourcestring
rsDVSearchFoundMsg = 'Found %d matches for ';
rsDVCouldNotOpen = 'Could not open <%s>';
+const
+ hcConfigGeneralTab = 510;
+ hcConfigFontsColorTab = 520;
implementation