summaryrefslogtreecommitdiff
path: root/src/dvconstants.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/dvconstants.pas')
-rw-r--r--src/dvconstants.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dvconstants.pas b/src/dvconstants.pas
index ff84376d..626e0840 100644
--- a/src/dvconstants.pas
+++ b/src/dvconstants.pas
@@ -29,6 +29,9 @@ resourcestring
rsDVSearchFoundMsg = 'Found %d matches for ';
rsDVCouldNotOpen = 'Could not open <%s>';
+const
+ hcConfigGeneralTab = 510;
+ hcConfigFontsColorTab = 520;
implementation