Just fix a typo in the preferences sample
"Use" and not "User".
This commit is contained in:
@@ -90,7 +90,7 @@ class PrefsPageGeneralPanel : public wxPanel
|
|||||||
public:
|
public:
|
||||||
PrefsPageGeneralPanel(wxWindow *parent) : wxPanel(parent)
|
PrefsPageGeneralPanel(wxWindow *parent) : wxPanel(parent)
|
||||||
{
|
{
|
||||||
m_useMarkdown = new wxCheckBox(this, wxID_ANY, "User Markdown syntax");
|
m_useMarkdown = new wxCheckBox(this, wxID_ANY, "Use Markdown syntax");
|
||||||
m_spellcheck = new wxCheckBox(this, wxID_ANY, "Check spelling");
|
m_spellcheck = new wxCheckBox(this, wxID_ANY, "Check spelling");
|
||||||
|
|
||||||
wxSizer *sizer = new wxBoxSizer(wxVERTICAL);
|
wxSizer *sizer = new wxBoxSizer(wxVERTICAL);
|
||||||
|
Reference in New Issue
Block a user