diff options
Diffstat (limited to 'plugins/HistorySweeperLight/src/stdafx.h')
-rw-r--r-- | plugins/HistorySweeperLight/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistorySweeperLight/src/stdafx.h b/plugins/HistorySweeperLight/src/stdafx.h index 9b680898dd..5172588f6b 100644 --- a/plugins/HistorySweeperLight/src/stdafx.h +++ b/plugins/HistorySweeperLight/src/stdafx.h @@ -42,7 +42,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "version.h"
// Plugin name
-#define ModuleName "History Sweeper Light"
+#define MODULENAME "History Sweeper Light"
struct CMPlugin : public PLUGIN<CMPlugin>
{
|