1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Fixed localization for "Compatible presets" dialog. Relate to issue #4975

This commit is contained in:
YuSanka
2020-12-07 17:29:35 +01:00
parent 333577b905
commit 042bfe6be4
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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;