summaryrefslogtreecommitdiff
path: root/examples/apps/docedit
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-10-21 21:16:24 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-10-21 21:16:24 +0000
commite756eaa248c07ea390980d445471c88bdc42990c (patch)
tree0692ddf1836003f42f46bc170a7695d8fe0f297b /examples/apps/docedit
parent4a7af72768eefb23afe566cce52cce3788425dfa (diff)
downloadfpGUI-e756eaa248c07ea390980d445471c88bdc42990c.tar.xz
* Added name and version constants.
* Added a SetDefaults method which we could use in the future to autoset the default property values for us. * Minor documentation update
Diffstat (limited to 'examples/apps/docedit')
-rw-r--r--examples/apps/docedit/docedit.lpi8
-rw-r--r--examples/apps/docedit/frm_main.pas2
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/apps/docedit/docedit.lpi b/examples/apps/docedit/docedit.lpi
index 7d1ca058..ac254e0a 100644
--- a/examples/apps/docedit/docedit.lpi
+++ b/examples/apps/docedit/docedit.lpi
@@ -2,7 +2,7 @@
<CONFIG>
<ProjectOptions>
<PathDelim Value="/"/>
- <Version Value="5"/>
+ <Version Value="6"/>
<General>
<Flags>
<SaveOnlyProjectUnits Value="True"/>
@@ -28,11 +28,11 @@
</RunParams>
<RequiredPackages Count="2">
<Item1>
- <PackageName Value="fpgui_package"/>
- <MinVersion Minor="5" Valid="True"/>
+ <PackageName Value="FCL"/>
</Item1>
<Item2>
- <PackageName Value="FCL"/>
+ <PackageName Value="fpgui_package"/>
+ <MinVersion Minor="5" Valid="True"/>
</Item2>
</RequiredPackages>
<Units Count="3">
diff --git a/examples/apps/docedit/frm_main.pas b/examples/apps/docedit/frm_main.pas
index 93dbe069..5467752e 100644
--- a/examples/apps/docedit/frm_main.pas
+++ b/examples/apps/docedit/frm_main.pas
@@ -156,7 +156,7 @@ begin
ShowMessage(cAppName
+ #10
+ #10 + 'Written by Graeme Geldenhuys - 2007'
- + #10 + 'Using the fpGUI toolkit'
+ + #10 + 'Using the ' + fpGUIName + ' v' + fpGUIVersion
,'About');
end;