diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/initial_setup_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/initial_setup_dialog.cc b/src/wx/initial_setup_dialog.cc index 0d04c5002..65b005207 100644 --- a/src/wx/initial_setup_dialog.cc +++ b/src/wx/initial_setup_dialog.cc @@ -59,7 +59,7 @@ InitialSetupDialog::InitialSetupDialog () wxStaticText* text2 = new StaticText (this, wxEmptyString, wxDefaultPosition, wxSize(400, -1)); sizer->Add (text2, 0, wxEXPAND | wxALL, 12); - text2->SetLabelMarkup (_("\nYou can change the mode at any time from the General page of Preferences.")); + text2->SetLabel (_("\nYou can change the mode at any time from the General page of Preferences.")); _simple->Bind (wxEVT_RADIOBUTTON, boost::bind(&InitialSetupDialog::interface_complexity_changed, this)); _full->Bind (wxEVT_RADIOBUTTON, boost::bind(&InitialSetupDialog::interface_complexity_changed, this)); |
