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/SplashScreen | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/SplashScreen')
-rw-r--r-- | plugins/SplashScreen/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/docs/todo.txt | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/res/splash.rc | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/res/version.rc | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/bitmap_funcs.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/bitmap_funcs.h | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/debug.h | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/splash.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/version.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/plugins/SplashScreen/docs/readme.txt b/plugins/SplashScreen/docs/readme.txt index db4d582699..a95980128f 100644 --- a/plugins/SplashScreen/docs/readme.txt +++ b/plugins/SplashScreen/docs/readme.txt @@ -1,4 +1,4 @@ -Splash Screen Plugin for Miranda IM
+Splash Screen Plugin for Miranda IM
Version 0.1.2.2
Copyright: 2004-2007 nullbie, 2005-2010 Thief
Addons page: http://nightly.miranda.im/
diff --git a/plugins/SplashScreen/docs/todo.txt b/plugins/SplashScreen/docs/todo.txt index f059b805e4..18a6321ae0 100644 --- a/plugins/SplashScreen/docs/todo.txt +++ b/plugins/SplashScreen/docs/todo.txt @@ -1,4 +1,4 @@ -TODO List:
+TODO List:
- merge code from advsplash
- fading in/out time
diff --git a/plugins/SplashScreen/res/splash.rc b/plugins/SplashScreen/res/splash.rc index b97c854df1..1cbf71293d 100644 --- a/plugins/SplashScreen/res/splash.rc +++ b/plugins/SplashScreen/res/splash.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/SplashScreen/res/version.rc b/plugins/SplashScreen/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/SplashScreen/res/version.rc +++ b/plugins/SplashScreen/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/SplashScreen/src/bitmap_funcs.cpp b/plugins/SplashScreen/src/bitmap_funcs.cpp index b5d1738832..92266f1038 100644 --- a/plugins/SplashScreen/src/bitmap_funcs.cpp +++ b/plugins/SplashScreen/src/bitmap_funcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/bitmap_funcs.h b/plugins/SplashScreen/src/bitmap_funcs.h index 851b746e4d..e5152bee31 100644 --- a/plugins/SplashScreen/src/bitmap_funcs.h +++ b/plugins/SplashScreen/src/bitmap_funcs.h @@ -1,4 +1,4 @@ -#ifndef __bitmap_funcs_h__
+#ifndef __bitmap_funcs_h__
#define __bitmap_funcs_h__
// This should make bitmap manipulations much easier...
diff --git a/plugins/SplashScreen/src/debug.h b/plugins/SplashScreen/src/debug.h index 91f45ef971..1ab551cc2f 100644 --- a/plugins/SplashScreen/src/debug.h +++ b/plugins/SplashScreen/src/debug.h @@ -1,4 +1,4 @@ -#ifndef __debug_h__
+#ifndef __debug_h__
#define __debug_h__
#define PlugName "SplashScreen"
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 3b453000be..9143017379 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp index 000556cbbc..504f430102 100644 --- a/plugins/SplashScreen/src/options.cpp +++ b/plugins/SplashScreen/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/resource.h b/plugins/SplashScreen/src/resource.h index 5920dc5806..347685fe8e 100644 --- a/plugins/SplashScreen/src/resource.h +++ b/plugins/SplashScreen/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by splash.rc
//
diff --git a/plugins/SplashScreen/src/services.cpp b/plugins/SplashScreen/src/services.cpp index efc798ba46..ac32581ba7 100644 --- a/plugins/SplashScreen/src/services.cpp +++ b/plugins/SplashScreen/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/splash.cpp b/plugins/SplashScreen/src/splash.cpp index c8f8c874ba..378fef44cd 100644 --- a/plugins/SplashScreen/src/splash.cpp +++ b/plugins/SplashScreen/src/splash.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/stdafx.cxx b/plugins/SplashScreen/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/SplashScreen/src/stdafx.cxx +++ b/plugins/SplashScreen/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/SplashScreen/src/stdafx.h b/plugins/SplashScreen/src/stdafx.h index dd1217124b..cc17808564 100644 --- a/plugins/SplashScreen/src/stdafx.h +++ b/plugins/SplashScreen/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/version.h b/plugins/SplashScreen/src/version.h index 91b22115a2..c65c605de7 100644 --- a/plugins/SplashScreen/src/version.h +++ b/plugins/SplashScreen/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
#define __BUILD_NUM 3
|