diff options
Diffstat (limited to 'include/delphi/m_langpack.inc')
-rw-r--r-- | include/delphi/m_langpack.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_langpack.inc b/include/delphi/m_langpack.inc index 4aacf9ecea..79a828a088 100644 --- a/include/delphi/m_langpack.inc +++ b/include/delphi/m_langpack.inc @@ -50,7 +50,7 @@ type PLANGPACKTRANSLATEDIALOG = ^TLANGPACKTRANSLATEDIALOG;
TLANGPACKTRANSLATEDIALOG = record
cbSize :int;
- flags :DWORD;
+ flags :dword;
hwndDlg :HWND;
ignoreControls:^IntArray; // zero-terminated list of control IDs *not* to translate
end;
|