Hide the frame for the 'other options'.

This commit is contained in:
Moritz Bunkus 2004-03-09 16:52:54 +00:00
parent 7b06214361
commit 5d6a1dc2df

View File

@ -36,8 +36,8 @@ tab_advanced::tab_advanced(wxWindow *parent):
wxTAB_TRAVERSAL) { wxTAB_TRAVERSAL) {
uint32_t i; uint32_t i;
new wxStaticBox(this, -1, _("Other options"), // new wxStaticBox(this, -1, _("Other options"),
wxPoint(10, 5), wxSize(475, 50)); // wxPoint(10, 5), wxSize(475, 50));
// new wxStaticText(this, -1, _("Command line charset:"), wxPoint(15, 25)); // new wxStaticText(this, -1, _("Command line charset:"), wxPoint(15, 25));
cob_cl_charset = cob_cl_charset =
new wxComboBox(this, ID_CB_CLCHARSET, "", wxPoint(155, 25), new wxComboBox(this, ID_CB_CLCHARSET, "", wxPoint(155, 25),