Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-09-21 02:33:41 +0300
committerYuSanka <yusanka@gmail.com>2018-09-21 02:35:25 +0300
commit8b582bbcd1f1f470eee468c658e70bc67d910ae7 (patch)
treee87d25afa8db9e3e23bae45fb14c10e0bfdce8e3 /src/slic3r/GUI/GUI.hpp
parente86f149cbd0ccb09b4477fb44c87ea39517199ad (diff)
Menu_bar and preset_tabs are in main window now
Diffstat (limited to 'src/slic3r/GUI/GUI.hpp')
-rw-r--r--src/slic3r/GUI/GUI.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index 878689bf3..94be07221 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -146,7 +146,7 @@ wxWindow* get_right_panel();
const size_t& label_width();
Tab* get_tab(const std::string& name);
-const std::vector<PresetTab>& get_preset_tabs();
+std::vector<PresetTab>* get_preset_tabs();
extern void add_menus(wxMenuBar *menu, int event_preferences_changed, int event_language_change);
@@ -189,6 +189,7 @@ void warning_catcher(wxWindow* parent, const wxString& message);
void set_print_callback_event(Print *print, int id);
// load language saved at application config
+wxLocale* get_locale();
bool load_language();
// save language at application config
void save_language();