ENH:refine the title of dialog displayed

Change-Id: Icae618304064c9c30f2cf0a5eae98b6c8b6c1534
This commit is contained in:
Kunlong Ma 2023-07-11 10:35:49 +08:00 committed by Lane.Wei
parent ab0f9d95fc
commit 6fa7ca2fd2
1 changed files with 1 additions and 0 deletions

View File

@ -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")) {