mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
fix toolbar icons
svn path=/trunk/; revision=21386
This commit is contained in:
parent
3a483c43db
commit
17147e2c6d
1 changed files with 6 additions and 6 deletions
|
@ -82,12 +82,12 @@
|
|||
#define TBICON_HELP 8
|
||||
#define TBICON_EXIT 9
|
||||
|
||||
#define TBICON_BOLD 10
|
||||
#define TBICON_ITALIC 11
|
||||
#define TBICON_ULINE 12
|
||||
#define TBICON_TXTLEFT 13
|
||||
#define TBICON_TXTCENTER 14
|
||||
#define TBICON_TXTRIGHT 15
|
||||
#define TBICON_BOLD 0
|
||||
#define TBICON_ITALIC 1
|
||||
#define TBICON_ULINE 2
|
||||
#define TBICON_TXTLEFT 3
|
||||
#define TBICON_TXTCENTER 4
|
||||
#define TBICON_TXTRIGHT 5
|
||||
|
||||
/* about box info */
|
||||
#define IDD_ABOUTBOX 200
|
||||
|
|
Loading…
Reference in a new issue