define IDC_STATIC as -1 instead of 100 (prevent confusing warnings)

svn path=/trunk/; revision=39619
This commit is contained in:
Matthias Kupfer 2009-02-16 10:10:44 +00:00
parent f56130f164
commit cc40695b51

View file

@ -13,7 +13,7 @@
#define IDD_NOT_RESPONDING 11
#define IDD_SWITCH_APP 12
#define IDC_STATIC 100
#define IDC_STATIC -1
#define IDC_PROGRESS 101
#define IDC_END_NOW 102
#define IDC_STATIC_CUR_APP 103