X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Finitial_setup_dialog.cc;h=65b005207b1bc3fcbb5cc347cd8910f62d03d286;hp=0d04c5002f8259a22f9b871c8d3016a787a72280;hb=6ea0becd89bb223f26196aa9db13371990f5a1a8;hpb=9c1bb2e5ca7c80c4e26b1b2e41159aa171360a94 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));