ENH:refine the title of dialog displayed
Change-Id: Icae618304064c9c30f2cf0a5eae98b6c8b6c1534
This commit is contained in:
parent
ab0f9d95fc
commit
6fa7ca2fd2
|
@ -1204,6 +1204,7 @@ wxWindow* PreferencesDialog::create_debug_page()
|
|||
debug_button->Bind(wxEVT_LEFT_DOWN, [this](wxMouseEvent &e) {
|
||||
// success message box
|
||||
MessageDialog dialog(this, _L("save debug settings"), _L("DEBUG settings have saved successfully!"), wxNO_DEFAULT | wxYES_NO | wxICON_INFORMATION);
|
||||
dialog.SetSize(400,-1);
|
||||
switch (dialog.ShowModal()) {
|
||||
case wxID_NO: {
|
||||
//if (m_developer_mode_def != app_config->get("developer_mode")) {
|
||||
|
|
Loading…
Reference in New Issue