summaryrefslogtreecommitdiff
path: root/uidesigner/vfd_constants.pas
diff options
context:
space:
mode:
Diffstat (limited to 'uidesigner/vfd_constants.pas')
-rw-r--r--uidesigner/vfd_constants.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/uidesigner/vfd_constants.pas b/uidesigner/vfd_constants.pas
index 25fe3ee3..b39cfda0 100644
--- a/uidesigner/vfd_constants.pas
+++ b/uidesigner/vfd_constants.pas
@@ -33,6 +33,7 @@ const
cAppName = 'fpGUI UI Designer';
cAppVersion = FPGUI_VERSION;
cAppNameAndVersion = cAppName + ' v' + cAppVersion;
+ cDesignerINIVersion = 1;
resourcestring
rsOpenFormFile = 'Open form file';
@@ -44,6 +45,7 @@ resourcestring
rsNewUnnamedForm = 'new';
rsDlgProductInfo = 'Product Information...';
+ rsDlgSetup = 'General Settings...';
rsErrUnitNotFound = 'The unit <%s> was not found.';
rsErrLoadingForm = 'Error loading form';