diff options
Diffstat (limited to 'include/delphi/m_iconheader.inc')
-rw-r--r-- | include/delphi/m_iconheader.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/delphi/m_iconheader.inc b/include/delphi/m_iconheader.inc index fbe75d7b05..ad1633d6b6 100644 --- a/include/delphi/m_iconheader.inc +++ b/include/delphi/m_iconheader.inc @@ -45,10 +45,10 @@ const // structure is used for storing info about single tab
type
TMIcoTab = record
- hIcon:HICON;
+ hIcon :HICON;
szName:TChar;
- flag:dword;
- data:LPARAM;
+ flag :dword;
+ data :LPARAM;
end;
{$ENDIF}
|