// Author: Stefan Csomor
// Modified by:
// Created: 04/01/98
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#endif // wxOSX_USE_NATIVE_TOOLBAR
tool->SetControlHandle( controlHandle );
- tool->UpdateImages();
+ if ( !(style & wxTB_NOICONS) )
+ tool->UpdateImages();
tool->UpdateLabel();
if ( style & wxTB_NOICONS )