Commit 1fc0e675 authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Remove duplicate toolbar button.

parent acb2ff2d
......@@ -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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment