summaryrefslogtreecommitdiff
path: root/examples/apps
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-08 16:55:46 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-08 16:55:46 +0200
commit748a3f6b0e4d1b65874284cdb363e57e28e7ddc6 (patch)
treea27bf238797a5ec6d4b18a5b6589d031f96e7428 /examples/apps
parent28d2cb49da04be894108eec9ff96db6082365471 (diff)
downloadfpGUI-748a3f6b0e4d1b65874284cdb363e57e28e7ddc6.tar.xz
Updated the various programs and fpGUI library to use the new generate version file.
The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too.
Diffstat (limited to 'examples/apps')
-rw-r--r--examples/apps/docedit/frm_main.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/docedit/frm_main.pas b/examples/apps/docedit/frm_main.pas
index 04ea3f59..8f3b7369 100644
--- a/examples/apps/docedit/frm_main.pas
+++ b/examples/apps/docedit/frm_main.pas
@@ -150,7 +150,7 @@ begin
ShowMessage(cAppName
+ #10
+ #10 + 'Written by Graeme Geldenhuys - 2007'
- + #10 + 'Using the ' + fpGUIName + ' v' + fpGUIVersion
+ + #10 + 'Using the ' + fpGUIName + ' v' + fpGUI_Version
,'About');
end;