mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
FIX: [STUDIO-2708] Translation of Language Selection
Change-Id: I7dc0d69846d0189f938bb680e201b62d20fba4e3
This commit is contained in:
parent
42bcec8101
commit
6718026dd6
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ wxBoxSizer *PreferencesDialog::create_item_language_combobox(
|
|||
// or sometimes the application crashes into wxDialogBase() destructor
|
||||
// so we put it into an inner scope
|
||||
MessageDialog msg_wingow(nullptr, _L("Switching the language requires application restart.\n") + "\n" + _L("Do you want to continue?"),
|
||||
L("Language selection"), wxICON_QUESTION | wxOK | wxCANCEL);
|
||||
_L("Language selection"), wxICON_QUESTION | wxOK | wxCANCEL);
|
||||
if (msg_wingow.ShowModal() == wxID_CANCEL) {
|
||||
combobox->SetSelection(m_current_language_selected);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue