Commit 44bdd6e9 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/open.cpp: small cosmetic change.

parent 5ce18887
......@@ -221,9 +221,6 @@ AutoBuiltPanel::AutoBuiltPanel( wxWindow *parent, OpenDialog *dialog,
if( b_advanced )
{
wxPanel *dummy_panel = new wxPanel( this, -1 );
sizer->Add( dummy_panel, 1 );
wxButton *button =
new wxButton( this, AdvancedOptions_Event,
wxU(_("Advanced options...")) );
......@@ -279,7 +276,7 @@ AutoBuiltPanel::AutoBuiltPanel( wxWindow *parent, OpenDialog *dialog,
while( p_item->i_type != CONFIG_HINT_END && p_item++ );
/* Separation */
dummy_panel = new wxPanel( p_advanced_dialog, -1 );
wxPanel *dummy_panel = new wxPanel( p_advanced_dialog, -1 );
sizer->Add( dummy_panel, 1 );
wxStaticLine *static_line =
new wxStaticLine( p_advanced_dialog, wxID_OK );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment