diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-05-08 00:55:17 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-05-08 00:55:17 +0200 |
commit | 0f385bfb5db0ba6e020add7b6bc18cb5a50dfeac (patch) | |
tree | 87c558b914370e9f189c77d932c5e0afcabcacee /prototypes/fpgui2/tests | |
parent | 32f9bde6fe7c543b078090c1ade5a2c3903f3c50 (diff) | |
download | fpGUI-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.lpr | 2 |
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; |