diff options
Diffstat (limited to 'plugins/Popup/src/notifications.h')
-rw-r--r-- | plugins/Popup/src/notifications.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/notifications.h b/plugins/Popup/src/notifications.h index 98aae6e144..eb8a8e094f 100644 --- a/plugins/Popup/src/notifications.h +++ b/plugins/Popup/src/notifications.h @@ -40,8 +40,8 @@ struct POPUPTREEDATA int timeoutValue;
char leftAction[MAXMODULELABELLENGTH];
char rightAction[MAXMODULELABELLENGTH];
- COLORREF colorBack; //realy needet ??
- COLORREF colorText; //realy needet ??
+ COLORREF colorBack; //really needed ??
+ COLORREF colorText; //really needed ??
};
extern LIST<POPUPTREEDATA> gTreeData;
|