summaryrefslogtreecommitdiff
path: root/examples/apps/uidesigner/vfdmain.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-07 07:52:15 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-07 07:52:15 +0000
commit8c4b085a78dccc8f5e5fe429a360ad456175b173 (patch)
tree4ef4f8b50e382ec81c6bb367a09d470069783283 /examples/apps/uidesigner/vfdmain.pas
parent4296554992d2c56360ef23f5ada4c966b9fa157c (diff)
downloadfpGUI-8c4b085a78dccc8f5e5fe429a360ad456175b173.tar.xz
* GUI: Rename the Checkbox property FontName to FontDesc to be consistent with
the rest of the fpGUI controls. * GUI: Introduced FontDesc and HeaderFontDesc properties in TfpgBaseGrid and published them in descendant components. * GUI Designer: All newly placed components now default to the Delphi coding standards component prefixes.
Diffstat (limited to 'examples/apps/uidesigner/vfdmain.pas')
-rw-r--r--examples/apps/uidesigner/vfdmain.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/uidesigner/vfdmain.pas b/examples/apps/uidesigner/vfdmain.pas
index 7945a03c..80dde07b 100644
--- a/examples/apps/uidesigner/vfdmain.pas
+++ b/examples/apps/uidesigner/vfdmain.pas
@@ -431,7 +431,7 @@ begin
s := ExtractFileName(FEditedFileName);
if s = '' then
s := '[new]';
- frmMain.WindowTitle := 'fpGUI uiDesigner v' + program_version + ' - ' + s;
+ frmMain.WindowTitle := 'fpGUI Designer v' + program_version + ' - ' + s;
end;
end.