1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

First experiments with wxLocale

This commit is contained in:
YuSanka
2018-02-05 16:12:16 +01:00
parent a72184684c
commit 6bff67a865
4 changed files with 101 additions and 19 deletions
+1
View File
@@ -66,6 +66,7 @@ void change_opt_value(DynamicPrintConfig& config, t_config_option_key opt_key, b
void show_error(wxWindow* parent, std::string message);
void show_info(wxWindow* parent, std::string message, std::string title);
wxApp* get_app();
} }