summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2018-05-23 18:49:53 +0300
committerMataes <mataes2007@gmail.com>2018-05-23 18:49:53 +0300
commit959aef1b9a7c70f70d107130bea903a207c02939 (patch)
treed5c39cdc64f56f0c0de2df81572919e3138776fb
parent40001ac618afd1c96d2bdbca4dc02f675e90ccdf (diff)
AutoShutdown: we don't need second define
-rw-r--r--plugins/AutoShutdown/src/frame.cpp2
-rw-r--r--plugins/AutoShutdown/src/stdafx.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/AutoShutdown/src/frame.cpp b/plugins/AutoShutdown/src/frame.cpp
index 3fb9e70c0f..ab4baad2b9 100644
--- a/plugins/AutoShutdown/src/frame.cpp
+++ b/plugins/AutoShutdown/src/frame.cpp
@@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "stdafx.h"
-#define MODULENAME LPGEN("AutoShutdown")
-
/* Show Frame */
static HWND hwndCountdownFrame;
static WORD hFrame;
diff --git a/plugins/AutoShutdown/src/stdafx.h b/plugins/AutoShutdown/src/stdafx.h
index 13f1bcd976..01374d8416 100644
--- a/plugins/AutoShutdown/src/stdafx.h
+++ b/plugins/AutoShutdown/src/stdafx.h
@@ -74,7 +74,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "resource.h"
#include "version.h"
-#define MODULENAME "AutoShutdown"
+#define MODULENAME LPGEN("AutoShutdown")
struct CMPlugin : public PLUGIN<CMPlugin>
{