From c081ab4395c72e319399c01e1ded10e1b8929425 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 23 May 2018 18:13:26 +0300 Subject: AutoShutdown: fix regression introduced in https://github.com/miranda-ng/miranda-ng/commit/8a74e7495ce5ad39de4f5c25121a84d35df90c36 --- plugins/AutoShutdown/src/frame.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/AutoShutdown/src') 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; -- cgit v1.2.3