diff options
Diffstat (limited to 'plugins/Utils.pas/mirutils.pas')
-rw-r--r-- | plugins/Utils.pas/mirutils.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/mirutils.pas b/plugins/Utils.pas/mirutils.pas index e5a08ced1d..120a827b17 100644 --- a/plugins/Utils.pas/mirutils.pas +++ b/plugins/Utils.pas/mirutils.pas @@ -599,7 +599,7 @@ begin gce.pDest :=@gcd;
gce.bIsMe :=true;
gce.szText.w:=pszText;
- gce.dwFlags :=GCEF_ADDTOLOG+GC_UNICODE;
+ gce.dwFlags :=GCEF_ADDTOLOG;
gce.time :=GetCurrentTime;
CallServiceSync(MS_GC_EVENT,0,lparam(@gce));
|