summaryrefslogtreecommitdiff
path: root/plugins/AutoShutdown/src/stdafx.h
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 /plugins/AutoShutdown/src/stdafx.h
parent40001ac618afd1c96d2bdbca4dc02f675e90ccdf (diff)
AutoShutdown: we don't need second define
Diffstat (limited to 'plugins/AutoShutdown/src/stdafx.h')
-rw-r--r--plugins/AutoShutdown/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
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>
{