mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
remove duplicate toolbar button
svn path=/trunk/; revision=15875
This commit is contained in:
parent
83804c9749
commit
4f0032f8d7
1 changed files with 1 additions and 1 deletions
|
@ -3746,7 +3746,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__
|
||||
|
|
Loading…
Reference in a new issue