mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-30 08:57:45 +00:00
Update import
This commit is contained in:
parent
11a46aadf7
commit
05ffd7c9e5
5 changed files with 18 additions and 7 deletions
src
|
@ -603,7 +603,7 @@ TabBase_TabImport::TabBase_TabImport( wxWindow* parent, wxWindowID id, const wxP
|
|||
wxBoxSizer* bSizer33;
|
||||
bSizer33 = new wxBoxSizer( wxHORIZONTAL );
|
||||
|
||||
opened_db_list = new wxComboBox( this, wxID_ANY, wxT("No database opened"), wxDefaultPosition, wxDefaultSize, 0, NULL, 0 );
|
||||
opened_db_list = new wxComboBox( this, wxID_ANY, wxT("No other databases opened"), wxDefaultPosition, wxDefaultSize, 0, NULL, 0 );
|
||||
bSizer33->Add( opened_db_list, 100, wxALL|wxEXPAND, 5 );
|
||||
|
||||
import_from_db_button = new wxButton( this, wxID_ANY, wxT("Import Selected Games"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue