summaryrefslogtreecommitdiff
path: root/src/gui/fpg_radiobutton.pas
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 /src/gui/fpg_radiobutton.pas
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 'src/gui/fpg_radiobutton.pas')
-rw-r--r--src/gui/fpg_radiobutton.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_radiobutton.pas b/src/gui/fpg_radiobutton.pas
index 8047fc25..2ce8d566 100644
--- a/src/gui/fpg_radiobutton.pas
+++ b/src/gui/fpg_radiobutton.pas
@@ -187,7 +187,7 @@ var
r: TfpgRect;
img: TfpgImage;
ix: integer;
- LFlags: TFTextFlags;
+ LFlags: TfpgTextFlags;
begin
inherited HandlePaint;
Canvas.ClearClipRect;