From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- protocols/IRCG/src/irclib.h | 2 +- protocols/IRCG/src/version.h | 2 +- protocols/IRCG/src/windows.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/irclib.h b/protocols/IRCG/src/irclib.h index a6df9a0d8d..dcb6fccf00 100644 --- a/protocols/IRCG/src/irclib.h +++ b/protocols/IRCG/src/irclib.h @@ -152,7 +152,7 @@ protected: public: CDccSession(CIrcProto*, DCCINFO *pdci); // constructor - ~CDccSession(); // destructor, ÷òî õàðàêòåðíî + ~CDccSession(); // destructor, что характерно time_t tLastPercentageUpdate; // time of last update of the filetransfer dialog time_t tLastActivity; // time of last in/out activity of the object diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h index 129365f6fc..a708c116a6 100644 --- a/protocols/IRCG/src/version.h +++ b/protocols/IRCG/src/version.h @@ -8,7 +8,7 @@ #define __DESC "Internet Relay Chat (IRC) protocol support for Miranda NG." #define __AUTHOR "Miranda team" #define __AUTHOREMAIL "ghazan@miranda.im" -#define __COPYRIGHT "© 2003-17 Jurgen Persson, George Hazan" +#define __COPYRIGHT "© 2003-17 Jurgen Persson, George Hazan" #define __AUTHORWEB "https://miranda-ng.org/p/IRC/" #define __PLUGIN_NAME "IRC protocol" diff --git a/protocols/IRCG/src/windows.cpp b/protocols/IRCG/src/windows.cpp index 4dc846af9b..759436f5fc 100644 --- a/protocols/IRCG/src/windows.cpp +++ b/protocols/IRCG/src/windows.cpp @@ -916,7 +916,7 @@ void CManagerDlg::OnClose() CMStringW S1 = temp; /* FIXME: What the hell does it mean!? GCC won't compile this on UNICODE */ #if !defined(__GNUC__) || !defined(UNICODE) - S1.Replace(L" ", L"%¤"); + S1.Replace(L" ", L"%¤"); #endif S += L" " + S1; } @@ -1289,7 +1289,7 @@ void CManagerDlg::InitManager(int mode, const wchar_t* window) if (!S.IsEmpty()) { /* FIXME: What the hell does it mean!? GCC won't compile this on UNICODE */ #if !defined(__GNUC__) || !defined(UNICODE) - S.Replace(L"%¤", L" "); + S.Replace(L"%¤", L" "); #endif m_topic.SendMsg(CB_ADDSTRING, 0, (LPARAM)S.c_str()); } -- cgit v1.2.3