diff options
-rw-r--r-- | plugins/AutoShutdown/src/frame.cpp | 2 | ||||
-rw-r--r-- | plugins/AutoShutdown/src/stdafx.h | 2 |
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>
{
|