diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/SplashScreen | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
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/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 |
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins/SplashScreen/docs/readme.txt b/plugins/SplashScreen/docs/readme.txt index a95980128f..db4d582699 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 18a6321ae0..f059b805e4 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/src/bitmap_funcs.cpp b/plugins/SplashScreen/src/bitmap_funcs.cpp index 92266f1038..b5d1738832 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 e5152bee31..851b746e4d 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 1ab551cc2f..91f45ef971 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 9143017379..3b453000be 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 504f430102..000556cbbc 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 347685fe8e..5920dc5806 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 ac32581ba7..efc798ba46 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 378fef44cd..c8f8c874ba 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 bfd519e3dc..b05ed73bc5 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 cc17808564..dd1217124b 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 c65c605de7..91b22115a2 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
|