diff options
author | dartraiden <wowemuh@gmail.com> | 2018-05-23 18:13:26 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-05-23 18:13:26 +0300 |
commit | c081ab4395c72e319399c01e1ded10e1b8929425 (patch) | |
tree | d94868898d615a55bdfe79f632de44560d1fbe0c /plugins/AutoShutdown/src/frame.cpp | |
parent | 6866369eccafa3f4382f99476b67f33a4af8c803 (diff) |
AutoShutdown: fix regression introduced in https://github.com/miranda-ng/miranda-ng/commit/8a74e7495ce5ad39de4f5c25121a84d35df90c36
Diffstat (limited to 'plugins/AutoShutdown/src/frame.cpp')
-rw-r--r-- | plugins/AutoShutdown/src/frame.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AutoShutdown/src/frame.cpp b/plugins/AutoShutdown/src/frame.cpp index ab4baad2b9..3fb9e70c0f 100644 --- a/plugins/AutoShutdown/src/frame.cpp +++ b/plugins/AutoShutdown/src/frame.cpp @@ -21,6 +21,8 @@ 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;
|