#ifndef __DOS__
wxBitmapButton* homeButton =
new wxBitmapButton(this, ID_GO_HOME,
#ifndef __DOS__
wxBitmapButton* homeButton =
new wxBitmapButton(this, ID_GO_HOME,
buttonsizer->Add( homeButton, 0, wxLEFT|wxRIGHT, 10 );
#endif
buttonsizer->Add( homeButton, 0, wxLEFT|wxRIGHT, 10 );
#endif
{
wxBitmapButton* newButton =
new wxBitmapButton(this, ID_NEW,
{
wxBitmapButton* newButton =
new wxBitmapButton(this, ID_NEW,
buttonsizer->Add( newButton, 0, wxRIGHT, 10 );
#if wxUSE_TOOLTIPS
newButton->SetToolTip(_("Create new directory"));
buttonsizer->Add( newButton, 0, wxRIGHT, 10 );
#if wxUSE_TOOLTIPS
newButton->SetToolTip(_("Create new directory"));