From 1fc0e675fcedc5ba4a15f440044b19f987418771 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Mon, 13 Jun 2005 11:38:27 +0000 Subject: [PATCH] Remove duplicate toolbar button. --- programs/winefile/winefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c index f1a8d57042..9506a61d0e 100644 --- a/programs/winefile/winefile.c +++ b/programs/winefile/winefile.c @@ -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__ -- 2.32.0.93.g670b81a890