diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:42:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:42:56 +0000 |
commit | 81ecfce928b7a9382c442ccf566ed6369b8b2669 (patch) | |
tree | e1d7020d6c78cb0d83ce8ac23b9d55d53cd28ede /plugins/HistoryPlusPlus/hpp_global.pas | |
parent | 3c22d97f8c0bab9fc214a3a3b36ab57ddc1bbfb2 (diff) |
switch to WideStrings
git-svn-id: http://svn.miranda-ng.org/main/trunk@17201 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_global.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas index aacb3b57ad..f21092d9ed 100644 --- a/plugins/HistoryPlusPlus/hpp_global.pas +++ b/plugins/HistoryPlusPlus/hpp_global.pas @@ -81,7 +81,7 @@ type Height: Integer;
Module: AnsiString;
Proto: AnsiString;
- Text: AnsiString;
+ Text: WideString;
CodePage: Cardinal;
RTLMode: TRTLMode;
HasHeader: Boolean; // header for sessions
|