diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/MirOTR/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/MirOTR/src')
32 files changed, 32 insertions, 32 deletions
diff --git a/plugins/MirOTR/src/dbfilter.cpp b/plugins/MirOTR/src/dbfilter.cpp index 4c6108f6d0..7da3a95f73 100644 --- a/plugins/MirOTR/src/dbfilter.cpp +++ b/plugins/MirOTR/src/dbfilter.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static HANDLE hDBEventPreAdd, hDBEventAdded, hContactSettingChanged; static mir_cs RemoveChainCS; diff --git a/plugins/MirOTR/src/dbfilter.h b/plugins/MirOTR/src/dbfilter.h index 99a6d50428..7a69b71f26 100644 --- a/plugins/MirOTR/src/dbfilter.h +++ b/plugins/MirOTR/src/dbfilter.h @@ -1,4 +1,4 @@ -#define DBEF_OTR_PREFIXED 0x8000
+#define DBEF_OTR_PREFIXED 0x8000
void InitDBFilter();
void DeinitDBFilter();
\ No newline at end of file diff --git a/plugins/MirOTR/src/dialogs.cpp b/plugins/MirOTR/src/dialogs.cpp index 7bd50fefbd..16d79ed09e 100644 --- a/plugins/MirOTR/src/dialogs.cpp +++ b/plugins/MirOTR/src/dialogs.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" struct SmpData { diff --git a/plugins/MirOTR/src/dialogs.h b/plugins/MirOTR/src/dialogs.h index 3e259d2797..98b1e75f2c 100644 --- a/plugins/MirOTR/src/dialogs.h +++ b/plugins/MirOTR/src/dialogs.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once void VerifyContextDialog(ConnContext* context); void SMPInitDialog(ConnContext* context); void SMPDialogUpdate(ConnContext *context, int percent); diff --git a/plugins/MirOTR/src/dllmain.cpp b/plugins/MirOTR/src/dllmain.cpp index 9e499f897a..27762445a6 100644 --- a/plugins/MirOTR/src/dllmain.cpp +++ b/plugins/MirOTR/src/dllmain.cpp @@ -1,4 +1,4 @@ -// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
+// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
#include "stdafx.h"
CLIST_INTERFACE *pcli;
diff --git a/plugins/MirOTR/src/entities.cpp b/plugins/MirOTR/src/entities.cpp index 62b0865b73..9b3ad0b849 100644 --- a/plugins/MirOTR/src/entities.cpp +++ b/plugins/MirOTR/src/entities.cpp @@ -1,4 +1,4 @@ -// (C) of entities.cpp: Christoph +// (C) of entities.cpp: Christoph // http://mercurial.intuxication.org/hg/cstuff/raw-file/tip/entities.c // http://stackoverflow.com/questions/1082162/how-to-unescape-html-in-c/1082191#1082191 // modified by ProgAndy diff --git a/plugins/MirOTR/src/entities.h b/plugins/MirOTR/src/entities.h index a29f21ef22..d22562bd05 100644 --- a/plugins/MirOTR/src/entities.h +++ b/plugins/MirOTR/src/entities.h @@ -1,4 +1,4 @@ -// (C) of entities.h: Christoph +// (C) of entities.h: Christoph // http://mercurial.intuxication.org/hg/cstuff/raw-file/tip/entities.h // http://stackoverflow.com/questions/1082162/how-to-unescape-html-in-c/1082191#1082191 // modified by ProgAndy diff --git a/plugins/MirOTR/src/icons.cpp b/plugins/MirOTR/src/icons.cpp index 9b952736b1..374dc64f11 100644 --- a/plugins/MirOTR/src/icons.cpp +++ b/plugins/MirOTR/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static IconItem iconList[] = {
{ LPGEN(LANG_ICON_OTR), ICON_OTR, IDI_OTR },
diff --git a/plugins/MirOTR/src/icons.h b/plugins/MirOTR/src/icons.h index a366517bdc..d95fe70e28 100644 --- a/plugins/MirOTR/src/icons.h +++ b/plugins/MirOTR/src/icons.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#define ICON_FINISHED (MODULENAME"_finished")
#define ICON_UNVERIFIED (MODULENAME"_unverified")
#define ICON_PRIVATE (MODULENAME"_private")
diff --git a/plugins/MirOTR/src/language.h b/plugins/MirOTR/src/language.h index b191f1ab30..ab2c46dfca 100644 --- a/plugins/MirOTR/src/language.h +++ b/plugins/MirOTR/src/language.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #define LANG_INLINE_PREFIX "[OTR INFO] " diff --git a/plugins/MirOTR/src/mirotrmenu.cpp b/plugins/MirOTR/src/mirotrmenu.cpp index 21ae10a7f9..e60b2f5744 100644 --- a/plugins/MirOTR/src/mirotrmenu.cpp +++ b/plugins/MirOTR/src/mirotrmenu.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static int hMirOTRMenuObject; static HGENMENU hStatusInfoItem, hHTMLConvMenuItem; diff --git a/plugins/MirOTR/src/mirotrmenu.h b/plugins/MirOTR/src/mirotrmenu.h index d101caa38e..018b401807 100644 --- a/plugins/MirOTR/src/mirotrmenu.h +++ b/plugins/MirOTR/src/mirotrmenu.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#define CMIF_NOTNOTPRIVATE CMIF_NOTOFFLINE
#define CMIF_NOTUNVERIFIED CMIF_NOTONLINE
diff --git a/plugins/MirOTR/src/options.cpp b/plugins/MirOTR/src/options.cpp index 33b1ee0d35..ee157f0675 100644 --- a/plugins/MirOTR/src/options.cpp +++ b/plugins/MirOTR/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" extern "C"{ #include "otrlextensions.h" } diff --git a/plugins/MirOTR/src/options.h b/plugins/MirOTR/src/options.h index 17efb1c139..06f9c56464 100644 --- a/plugins/MirOTR/src/options.h +++ b/plugins/MirOTR/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC +#ifndef _OPTIONS_INC #define _OPTIONS_INC #define PRIVATE_KEY_FILENAME "otr.private_key" diff --git a/plugins/MirOTR/src/otr.cpp b/plugins/MirOTR/src/otr.cpp index 5350bca1bb..6cc32df75c 100644 --- a/plugins/MirOTR/src/otr.cpp +++ b/plugins/MirOTR/src/otr.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" OtrlUserState otr_user_state; #define WMU_ENDDIALOG (WM_USER+244) diff --git a/plugins/MirOTR/src/otr.h b/plugins/MirOTR/src/otr.h index 7746f2dd79..968c566d46 100644 --- a/plugins/MirOTR/src/otr.h +++ b/plugins/MirOTR/src/otr.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once extern OtrlUserState otr_user_state; extern OtrlMessageAppOps ops; diff --git a/plugins/MirOTR/src/otrlextensions.c b/plugins/MirOTR/src/otrlextensions.c index da68e73354..a9676febcb 100644 --- a/plugins/MirOTR/src/otrlextensions.c +++ b/plugins/MirOTR/src/otrlextensions.c @@ -1,4 +1,4 @@ -/* +/* * otrlextensions.c - Off-the-Record Messaging library extensions * * Strongly based on parts of the Off-the-Record Messaging library, diff --git a/plugins/MirOTR/src/otrlextensions.h b/plugins/MirOTR/src/otrlextensions.h index c0fa75c673..2b26ab1591 100644 --- a/plugins/MirOTR/src/otrlextensions.h +++ b/plugins/MirOTR/src/otrlextensions.h @@ -1,4 +1,4 @@ -/* +/* * otrlextensions.h - Off-the-Record Messaging library extensions * * Strongly based on parts of the Off-the-Record Messaging library, diff --git a/plugins/MirOTR/src/resource.h b/plugins/MirOTR/src/resource.h index 6757de6f81..272c9a5a6a 100644 --- a/plugins/MirOTR/src/resource.h +++ b/plugins/MirOTR/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\miranda-ng\plugins\MirOTR\res\resource.rc
//
diff --git a/plugins/MirOTR/src/stdafx.cpp b/plugins/MirOTR/src/stdafx.cpp index fd677f50e5..a26ebc384b 100644 --- a/plugins/MirOTR/src/stdafx.cpp +++ b/plugins/MirOTR/src/stdafx.cpp @@ -1,4 +1,4 @@ -// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. +// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. // MirOTR.pch ist der vorkompilierte Header. // stdafx.obj enthält die vorkompilierten Typinformationen. diff --git a/plugins/MirOTR/src/stdafx.h b/plugins/MirOTR/src/stdafx.h index 33bb070972..b572e67b58 100644 --- a/plugins/MirOTR/src/stdafx.h +++ b/plugins/MirOTR/src/stdafx.h @@ -1,4 +1,4 @@ -// stdafx.h : Includedatei für Standardsystem-Includedateien
+// stdafx.h : Includedatei für Standardsystem-Includedateien
// oder häufig verwendete projektspezifische Includedateien,
// die nur in unregelmäßigen Abständen geändert werden.
//
diff --git a/plugins/MirOTR/src/striphtml.cpp b/plugins/MirOTR/src/striphtml.cpp index 1401ac9a02..a0e54abbb6 100644 --- a/plugins/MirOTR/src/striphtml.cpp +++ b/plugins/MirOTR/src/striphtml.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void starttag_cb (void *cbdata, ekhtml_string_t *tag, ekhtml_attr_t *attrs) {
STRIPHTML_DATA *data = (STRIPHTML_DATA *)cbdata;
diff --git a/plugins/MirOTR/src/striphtml.h b/plugins/MirOTR/src/striphtml.h index 3b2d9b6cbc..b00113c00a 100644 --- a/plugins/MirOTR/src/striphtml.h +++ b/plugins/MirOTR/src/striphtml.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
struct STRIPHTML_DATA {
std::stack<char*> stack;
diff --git a/plugins/MirOTR/src/svcs_menu.cpp b/plugins/MirOTR/src/svcs_menu.cpp index 5b9d4703d7..9d9bcd0ba5 100644 --- a/plugins/MirOTR/src/svcs_menu.cpp +++ b/plugins/MirOTR/src/svcs_menu.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static HGENMENU hStopItem, hStartItem; diff --git a/plugins/MirOTR/src/svcs_menu.h b/plugins/MirOTR/src/svcs_menu.h index 145a080be9..d3138c31cf 100644 --- a/plugins/MirOTR/src/svcs_menu.h +++ b/plugins/MirOTR/src/svcs_menu.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
INT_PTR SVC_StartOTR(WPARAM wParam, LPARAM lParam);
INT_PTR SVC_RefreshOTR(WPARAM wParam, LPARAM lParam);
INT_PTR SVC_StopOTR(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/MirOTR/src/svcs_proto.cpp b/plugins/MirOTR/src/svcs_proto.cpp index 147d79b1e7..7d2d864cc2 100644 --- a/plugins/MirOTR/src/svcs_proto.cpp +++ b/plugins/MirOTR/src/svcs_proto.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" INT_PTR SVC_OTRSendMessage(WPARAM wParam,LPARAM lParam){ if (!lParam) return 0; diff --git a/plugins/MirOTR/src/svcs_proto.h b/plugins/MirOTR/src/svcs_proto.h index a260560cc6..9b6b53a4af 100644 --- a/plugins/MirOTR/src/svcs_proto.h +++ b/plugins/MirOTR/src/svcs_proto.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
INT_PTR SVC_OTRSendMessage(WPARAM wParam,LPARAM lParam);
INT_PTR SVC_OTRRecvMessage(WPARAM wParam,LPARAM lParam);
diff --git a/plugins/MirOTR/src/svcs_srmm.cpp b/plugins/MirOTR/src/svcs_srmm.cpp index 66e34d6aaf..9aa5bfac63 100644 --- a/plugins/MirOTR/src/svcs_srmm.cpp +++ b/plugins/MirOTR/src/svcs_srmm.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" HICON hIconNotSecure, hIconFinished, hIconPrivate, hIconUnverified; BBButton OTRButton; diff --git a/plugins/MirOTR/src/svcs_srmm.h b/plugins/MirOTR/src/svcs_srmm.h index dc3bbc9672..9f0de501a6 100644 --- a/plugins/MirOTR/src/svcs_srmm.h +++ b/plugins/MirOTR/src/svcs_srmm.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
int WindowEvent(WPARAM wParam, LPARAM lParam);
int SVC_IconPressed(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/MirOTR/src/utils.cpp b/plugins/MirOTR/src/utils.cpp index 00d34f226c..937ce675fe 100644 --- a/plugins/MirOTR/src/utils.cpp +++ b/plugins/MirOTR/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" mir_cs lib_cs; diff --git a/plugins/MirOTR/src/utils.h b/plugins/MirOTR/src/utils.h index aec0e4a01a..2f4bd30fd2 100644 --- a/plugins/MirOTR/src/utils.h +++ b/plugins/MirOTR/src/utils.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #ifndef __HEADER_UTILS_H #define __HEADER_UTILS_H #include "stdafx.h" diff --git a/plugins/MirOTR/src/version.h b/plugins/MirOTR/src/version.h index 275fa1166b..c916b4b64a 100644 --- a/plugins/MirOTR/src/version.h +++ b/plugins/MirOTR/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 14
#define __RELEASE_NUM 1
#define __BUILD_NUM 16
|