diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-09 18:50:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-09 18:50:05 +0000 |
commit | 402cf5c0416f7de3bcd9f40d3876d635acc280fc (patch) | |
tree | 0417dec4aff67528ffd8c9cec4321cb346f07cbb /plugins/Popup/src/headers.h | |
parent | 86eea20c7d00dfc223cf13217cf4dfc57202965e (diff) |
finally, normal icolib icons in Popup+
git-svn-id: http://svn.miranda-ng.org/main/trunk@14521 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/headers.h')
-rw-r--r-- | plugins/Popup/src/headers.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Popup/src/headers.h b/plugins/Popup/src/headers.h index 4db076f80a..db8bbf6bee 100644 --- a/plugins/Popup/src/headers.h +++ b/plugins/Popup/src/headers.h @@ -128,10 +128,10 @@ http://miranda-ng.org/distr/ #include "avatars_gif.h"
#include "popup_gdiplus.h"
-#define PU_MODULCLASS "PopupCLASS" //temp DB modul for this plugin
-#define MODULNAME "Popup"
-#define MODULNAME_LONG "Popup Plus"
-#define MODULNAME_PLU "Popups"
+#define PU_MODULCLASS "PopupCLASS" // temp DB modul for this plugin
+#define MODULNAME "Popup"
+#define MODULNAME_LONG "Popup Plus"
+#define MODULNAME_PLU "Popups"
INT_PTR svcEnableDisableMenuCommand(WPARAM, LPARAM);
|