Remove duplicate toolbar button.

This commit is contained in:
Martin Fuchs 2005-06-13 11:38:27 +00:00 committed by Alexandre Julliard
parent acb2ff2da5
commit 1fc0e675fc
1 changed files with 1 additions and 1 deletions

View File

@ -3675,7 +3675,7 @@ static void create_drive_bar(void)
Globals.hdrivebar = CreateToolbarEx(Globals.hMainWnd, WS_CHILD|WS_VISIBLE|CCS_NOMOVEY|TBSTYLE_LIST,
IDW_DRIVEBAR, 2, Globals.hInstance, IDB_DRIVEBAR, &drivebarBtn,
1, 16, 13, 16, 13, sizeof(TBBUTTON));
0, 16, 13, 16, 13, sizeof(TBBUTTON));
#ifndef _NO_EXTENSIONS
#ifdef __WINE__