Fixed text formatting in mini editor.

This commit is contained in:
WrinklyNinja
2014-02-10 15:36:36 +00:00
parent 6bd9ca4cd2
commit d68653a34d
+1 -1
View File
@@ -222,7 +222,7 @@ MiniEditor::MiniEditor(wxWindow *parent, const wxString& title, const std::list<
hBox->Add(editingPanel, 1, wxEXPAND | wxTOP | wxBOTTOM | wxRIGHT, 10);
bigBox->Add(hBox, 1, wxEXPAND | wxALL, 5);
bigBox->Add(new wxStaticText(this, wxID_ANY, translate("Do you want to set the load order given above?")));
bigBox->Add(new wxStaticText(this, wxID_ANY, translate("Do you want to apply the load order given above?")), 0, wxLEFT|wxRIGHT|wxBOTTOM, 15);
//Need to add 'Yes' and 'No' buttons.
wxSizer * sizer = CreateSeparatedButtonSizer(wxAPPLY | wxCANCEL);