summaryrefslogtreecommitdiff
path: root/plugins/BuddyExpectator/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:20:35 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:20:35 +0000
commitf5b9ad2e5d40733f4da9b6d5b29967f0b3da4bb5 (patch)
tree971e7ff4d6cd17d38f6c27dfce8164bb51479fd8 /plugins/BuddyExpectator/src
parent42801cdd1901d0e5f13d33b2b58e141c80fe028e (diff)
uuid standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@3524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/src')
-rw-r--r--plugins/BuddyExpectator/src/BuddyExpectator.cpp7
-rw-r--r--plugins/BuddyExpectator/src/Version.h8
-rw-r--r--plugins/BuddyExpectator/src/options.cpp5
3 files changed, 2 insertions, 18 deletions
diff --git a/plugins/BuddyExpectator/src/BuddyExpectator.cpp b/plugins/BuddyExpectator/src/BuddyExpectator.cpp
index 6ff1fe116a..e57d69045b 100644
--- a/plugins/BuddyExpectator/src/BuddyExpectator.cpp
+++ b/plugins/BuddyExpectator/src/BuddyExpectator.cpp
@@ -17,11 +17,6 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- File name : $URL: http://svn.miranda.im/mainrepo/buddyexpectator/trunk/BuddyExpectator.cpp $
- Revision : $Rev: 1392 $
- Last change on : $Date: 2009-04-22 17:46:08 +0300 (Ср, 22 апр 2009) $
- Last change by : $Author: Thief $
*/
#include "common.h"
@@ -66,7 +61,7 @@ PLUGININFOEX pluginInfo = {
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- //{DDF8AEC9-7D37-49AF-9D22-BBBC920E6F05}
+ // {DDF8AEC9-7D37-49AF-9D22-BBBC920E6F05}
{0xddf8aec9, 0x7d37, 0x49af, {0x9d, 0x22, 0xbb, 0xbc, 0x92, 0x0e, 0x6f, 0x05}}
};
diff --git a/plugins/BuddyExpectator/src/Version.h b/plugins/BuddyExpectator/src/Version.h
index 4737d5a014..0acbade9f9 100644
--- a/plugins/BuddyExpectator/src/Version.h
+++ b/plugins/BuddyExpectator/src/Version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-
-#define __PLUGIN_NAME "Buddy Expectator+"
-#define __INTERNAL_NAME "Buddy Expectator+"
+#define __PLUGIN_NAME "Buddy expectator"
#define __FILENAME "BuddyExpectator.dll"
#define __DESCRIPTION "Reacts to the return of contacts, or the the extended absence of contacts, with notifications and other actions."
#define __AUTHOR "Anar Ibragimoff, sje, Thief"
diff --git a/plugins/BuddyExpectator/src/options.cpp b/plugins/BuddyExpectator/src/options.cpp
index d471b61911..234614ed51 100644
--- a/plugins/BuddyExpectator/src/options.cpp
+++ b/plugins/BuddyExpectator/src/options.cpp
@@ -17,11 +17,6 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- File name : $URL: http://svn.miranda.im/mainrepo/buddyexpectator/trunk/options.cpp $
- Revision : $Rev: 1003 $
- Last change on : $Date: 2008-01-12 17:15:47 +0200 (Сб, 12 янв 2008) $
- Last change by : $Author: Thief $
*/
#include "common.h"