diff options
Diffstat (limited to 'src/dvconstants.pas')
-rw-r--r-- | src/dvconstants.pas | 3 |
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 |