summaryrefslogtreecommitdiff
path: root/plugins/YAPP/src/icons.h
blob: ac90ab308bc4b39b749520e1c97e258bc544bcf1 (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__