From: Robin Dunn Date: Mon, 30 Jan 2006 16:38:19 +0000 (+0000) Subject: This is a TOOLBOOK, not a LISTBOOK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34d6780ea21af1cf358e9be668f22c6f0e11ebfb?ds=inline This is a TOOLBOOK, not a LISTBOOK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/toolbkg.cpp b/src/generic/toolbkg.cpp index 611db38af5..c0b44370d9 100644 --- a/src/generic/toolbkg.cpp +++ b/src/generic/toolbkg.cpp @@ -24,7 +24,7 @@ #pragma hdrstop #endif -#if wxUSE_LISTBOOK +#if wxUSE_TOOLBOOK #include "wx/toolbar.h" #include "wx/toolbook.h"