Fix a double definition

svn path=/trunk/; revision=41944
This commit is contained in:
Ged Murphy 2009-07-13 21:38:08 +00:00
parent 6cf5f907f1
commit b277f4e9a8
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT
CAPTION "Notification Area"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "", IDC_TASKBARPROP_TASKBARBITMAP, "Static", SS_BITMAP | SS_SUNKEN,7,6,238,21, WS_DISABLED
CONTROL "", IDC_TASKBARPROP_NOTIFICATIONBITMAP, "Static", SS_BITMAP | SS_SUNKEN,7,6,238,21, WS_DISABLED
GROUPBOX "Icons", IDC_STATIC, 6,33,240,58, WS_DISABLED
LTEXT "You can keep the notification area uncluttered by hiding icons that you have not clicked recently.", IDC_STATIC, 13,48,223,16, WS_DISABLED
AUTOCHECKBOX "&Hide inactive icons", IDC_TASKBARPROP_HIDEICONS, 13,70,125,10, WS_DISABLED

View file

@ -72,7 +72,7 @@
#define IDC_TASKBARPROP_RECENTFOLDERS 2106
#define IDD_TASKBARPROP_NOTIFICATION 2200
#define IDC_TASKBARPROP_TASKBARBITMAP 2201
#define IDC_TASKBARPROP_NOTIFICATIONBITMAP 2201
#define IDC_TASKBARPROP_HIDEICONS 2202
#define IDC_TASKBARPROP_ICONCUST 2203
#define IDC_TASKBARPROP_CLOCK 2204