summaryrefslogtreecommitdiff
path: root/src/gui/fpg_tab.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_tab.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_tab.pas')
-rw-r--r--src/gui/fpg_tab.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_tab.pas b/src/gui/fpg_tab.pas
index 57aac086..5cdb7396 100644
--- a/src/gui/fpg_tab.pas
+++ b/src/gui/fpg_tab.pas
@@ -774,7 +774,7 @@ var
toffset: integer;
TextLeft, TextTop: Integer;
dx: integer;
- lTxtFlags: TFTextFlags;
+ lTxtFlags: TfpgTextFlags;
ActivePageVisible: Boolean;
begin
if not HasHandle then