summaryrefslogtreecommitdiff
path: root/plugins/YAPP/src/icons.h
blob: 63ee2a70bf5942a8eb3ece8095fa31b4e54cc1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __icons_h__
#define __icons_h__

//ICONS
#define SECT_TOLBAR         "Toolbar"
#define SECT_POPUP          MODULE

#define ICO_TB_POPUP_ON	    "TBButton_popup_ToogleUp"
#define ICO_TB_POPUP_OFF    "TBButton_popup_ToogleDOWN"
#define ICO_POPUP_ON        MODULE"_enabled"
#define ICO_POPUP_OFF       MODULE"_disabled"
#define ICO_HISTORY         MODULE"_history"

void	InitIcons();

#endif // __icons_h__