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/OpenFolder | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/OpenFolder')
-rw-r--r-- | plugins/OpenFolder/docs/changelog.txt | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/docs/license.txt | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/src/openFolder.cpp | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/OpenFolder/src/version.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/OpenFolder/docs/changelog.txt b/plugins/OpenFolder/docs/changelog.txt index 190f22d354..bb7545c33c 100644 --- a/plugins/OpenFolder/docs/changelog.txt +++ b/plugins/OpenFolder/docs/changelog.txt @@ -1,4 +1,4 @@ --- modified version
+-- modified version
Version 1.1.0.0
[+] Added enhanced 0.7+ core support + UUID
diff --git a/plugins/OpenFolder/docs/license.txt b/plugins/OpenFolder/docs/license.txt index 7f1161073d..fc35462967 100644 --- a/plugins/OpenFolder/docs/license.txt +++ b/plugins/OpenFolder/docs/license.txt @@ -1,4 +1,4 @@ - GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/plugins/OpenFolder/docs/readme.txt b/plugins/OpenFolder/docs/readme.txt index 0293bcbcd9..54b2059499 100644 --- a/plugins/OpenFolder/docs/readme.txt +++ b/plugins/OpenFolder/docs/readme.txt @@ -1,4 +1,4 @@ -OpenFolder v1.0.4.0
+OpenFolder v1.0.4.0
by Kreisquadratur 2004
email: djui@kreisquadratur.de
ICQ: 56165405
diff --git a/plugins/OpenFolder/res/Version.rc b/plugins/OpenFolder/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/OpenFolder/res/Version.rc +++ b/plugins/OpenFolder/res/Version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/OpenFolder/res/resource.rc b/plugins/OpenFolder/res/resource.rc index 5984045ffd..1260492303 100644 --- a/plugins/OpenFolder/res/resource.rc +++ b/plugins/OpenFolder/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/OpenFolder/src/openFolder.cpp b/plugins/OpenFolder/src/openFolder.cpp index 97509a117b..813323de8e 100644 --- a/plugins/OpenFolder/src/openFolder.cpp +++ b/plugins/OpenFolder/src/openFolder.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack = 0;
HINSTANCE hInst;
diff --git a/plugins/OpenFolder/src/resource.h b/plugins/OpenFolder/src/resource.h index 599c82bbba..78bdaa212b 100644 --- a/plugins/OpenFolder/src/resource.h +++ b/plugins/OpenFolder/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/OpenFolder/src/stdafx.cxx b/plugins/OpenFolder/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/OpenFolder/src/stdafx.cxx +++ b/plugins/OpenFolder/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/OpenFolder/src/stdafx.h b/plugins/OpenFolder/src/stdafx.h index d8e0273e6b..16b4cc249d 100644 --- a/plugins/OpenFolder/src/stdafx.h +++ b/plugins/OpenFolder/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <commctrl.h>
#include <newpluginapi.h>
diff --git a/plugins/OpenFolder/src/version.h b/plugins/OpenFolder/src/version.h index 05f208d2df..945b405c9c 100644 --- a/plugins/OpenFolder/src/version.h +++ b/plugins/OpenFolder/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 |