summaryrefslogtreecommitdiff
path: root/prototypes/fpgui2/tests
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-05-08 00:55:17 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-05-08 00:55:17 +0200
commit0f385bfb5db0ba6e020add7b6bc18cb5a50dfeac (patch)
tree87c558b914370e9f189c77d932c5e0afcabcacee /prototypes/fpgui2/tests
parent32f9bde6fe7c543b078090c1ade5a2c3903f3c50 (diff)
downloadfpGUI-0f385bfb5db0ba6e020add7b6bc18cb5a50dfeac.tar.xz
globally renamed TFTextFlags to TfpgTextFlags
Somehow I forgot to rename this type when we introduced the 'fpg' prefix years ago.
Diffstat (limited to 'prototypes/fpgui2/tests')
-rw-r--r--prototypes/fpgui2/tests/themetest.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/fpgui2/tests/themetest.lpr b/prototypes/fpgui2/tests/themetest.lpr
index 7ebf320f..c9ec5c19 100644
--- a/prototypes/fpgui2/tests/themetest.lpr
+++ b/prototypes/fpgui2/tests/themetest.lpr
@@ -131,7 +131,7 @@ var
offset: integer;
img: TfpgImage;
r: TfpgRect;
- lTextFlags: TFTextFlags;
+ lTextFlags: TfpgTextFlags;
begin
writeln('TStyledButton.HandlePaint');
Canvas.BeginDraw;