From c1f363c7b541d52c9a4f831188ed076855bc6c28 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Fri, 6 Sep 2002 15:00:54 +0000 Subject: [PATCH] - not using the config button in wxwindows --- bochs/gui/wxmain.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/gui/wxmain.cc b/bochs/gui/wxmain.cc index 07a3ad7a0..8d63d675f 100644 --- a/bochs/gui/wxmain.cc +++ b/bochs/gui/wxmain.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////// -// $Id: wxmain.cc,v 1.40 2002-09-05 17:27:50 bdenney Exp $ +// $Id: wxmain.cc,v 1.41 2002-09-06 15:00:54 bdenney Exp $ ///////////////////////////////////////////////////////////////// // // wxmain.cc implements the wxWindows frame, toolbar, menus, and dialogs. @@ -65,7 +65,7 @@ #include "bitmaps/reset.xpm" #include "bitmaps/snapshot.xpm" #include "bitmaps/mouse.xpm" -#include "bitmaps/configbutton.xpm" +//#include "bitmaps/configbutton.xpm" #include "bitmaps/userbutton.xpm" // FIXME: ugly global variables that the bx_gui_c object in wx.cc can use