From 9e46759e7968e312841f7050a42f64808b4c0d22 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 8 Dec 2014 19:32:16 +0000 Subject: Awkward's private repo sync git-svn-id: http://svn.miranda-ng.org/main/trunk@11279 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_iconheader.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/delphi/m_iconheader.inc') 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} -- cgit v1.2.3