mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Fixed localization for "Compatible presets" dialog. Relate to issue #4975
This commit is contained in:
parent
333577b905
commit
042bfe6be4
2 changed files with 6 additions and 6 deletions
|
@ -136,8 +136,8 @@ protected:
|
|||
ScalableButton *btn = nullptr;
|
||||
std::string key_list; // "compatible_printers"
|
||||
std::string key_condition;
|
||||
std::string dialog_title;
|
||||
std::string dialog_label;
|
||||
wxString dialog_title;
|
||||
wxString dialog_label;
|
||||
};
|
||||
PresetDependencies m_compatible_printers;
|
||||
PresetDependencies m_compatible_prints;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue