Skip to content

Commit

Permalink
Oh look ! Bananas !
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Stenac committed Apr 26, 2006
1 parent a72b117 commit 8355c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ VLMBroadcastStreamPanel::VLMBroadcastStreamPanel( intf_thread_t* _p_intf,
box_sizer->Add( p_time, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5 );

wxBitmapButton *edit_button = new wxBitmapButton( this, BEdit_Event,
wxBitmap( trash_xpm ) );
wxBitmap( edit_xpm ) );
edit_button->SetToolTip( wxU( _("Edit") ) );
box_sizer->Add( edit_button, 0, wxEXPAND | wxALL , 5 );

wxBitmapButton *trash_button = new wxBitmapButton( this, BTrash_Event,
wxBitmap( edit_xpm ) );
wxBitmap( trash_xpm ) );
trash_button->SetToolTip( wxU( _("Delete" ) ) );
box_sizer->Add( trash_button, 0, wxEXPAND | wxALL , 5 );

Expand Down

0 comments on commit 8355c1a

Please sign in to comment.