From 4f0032f8d78e17a874e8aa9d5a0bf9a9bbd9129c Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 12 Jun 2005 14:09:39 +0000 Subject: [PATCH] remove duplicate toolbar button svn path=/trunk/; revision=15875 --- reactos/subsys/system/winefile/winefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/winefile/winefile.c b/reactos/subsys/system/winefile/winefile.c index 2b1a985d8fb..581506a84f3 100644 --- a/reactos/subsys/system/winefile/winefile.c +++ b/reactos/subsys/system/winefile/winefile.c @@ -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__