Commit 7214895c authored by Clément Stenac's avatar Clément Stenac

wxstuff

parent 2ff05ab8
......@@ -83,7 +83,7 @@ FileInfo::FileInfo( intf_thread_t *_p_intf, wxWindow *p_parent ):
panel_sizer->Add( notebook, 1, wxEXPAND | wxALL, 5 );
#endif
panel_sizer->Add( new wxButton( this, wxID_CLOSE, wxU(_("Close") )) ,
panel_sizer->Add( new wxButton( this, wxID_CLOSE ) ,
0, wxALL|wxALIGN_RIGHT, 5 );
panel_sizer->Layout();
......
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