From 6b2878de13d4159bbb399c862b00762a94f07be7 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 16 Aug 2002 10:31:53 +0000 Subject: [PATCH] Applied patch [ 594623 ] FL: No Taskbar entry for tool windows and also replaced -with-iodbc with -with-odbc in the docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/fl/controlbar.cpp | 4 +++- docs/latex/wx/tdb.tex | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/src/fl/controlbar.cpp b/contrib/src/fl/controlbar.cpp index 9c00fed379..afe63e5af0 100644 --- a/contrib/src/fl/controlbar.cpp +++ b/contrib/src/fl/controlbar.cpp @@ -896,7 +896,9 @@ void wxFrameLayout::DoSetBarState( cbBarInfo* pBar ) pMiniFrm->Create( &GetParentFrame(), -1, pBar->mName, wxPoint( 50,50 ), wxSize ( 0, 0 ), - wxFRAME_FLOAT_ON_PARENT | wxFRAME_TOOL_WINDOW + wxFRAME_FLOAT_ON_PARENT | + wxFRAME_TOOL_WINDOW | + wxFRAME_NO_TASKBAR ); pMiniFrm->SetClient( pBar->mpBarWnd ); diff --git a/docs/latex/wx/tdb.tex b/docs/latex/wx/tdb.tex index 92cd1fec51..449efdbfc3 100644 --- a/docs/latex/wx/tdb.tex +++ b/docs/latex/wx/tdb.tex @@ -316,7 +316,7 @@ You cannot compile the wxODBC classes under Win16 - sorry. \normalbox{MORE TO COME} {\it Under Unix} ---with-iodbc flag for configure +--with-odbc flag for configure \normalbox{MORE TO COME} -- 2.45.2