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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-05-04 17:04:43 +0300
committerVojtech Kral <vojtech@kral.hk>2018-05-21 19:58:22 +0300
commitaf360d7097d3c946b712fc62f0af4592d0e8921f (patch)
treef4e50eb759f29c6fad05c2227c0622880f0f6f56 /xs/src/slic3r/GUI/GUI.hpp
parent3d09f2a980af4df03fb8950537d1bcb92f87a94d (diff)
Firmware updater GUI
Diffstat (limited to 'xs/src/slic3r/GUI/GUI.hpp')
-rw-r--r--xs/src/slic3r/GUI/GUI.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/GUI.hpp b/xs/src/slic3r/GUI/GUI.hpp
index 3752b5a7a..56a43b62d 100644
--- a/xs/src/slic3r/GUI/GUI.hpp
+++ b/xs/src/slic3r/GUI/GUI.hpp
@@ -91,7 +91,7 @@ unsigned get_colour_approx_luma(const wxColour &colour);
void set_label_clr_modified(const wxColour& clr);
void set_label_clr_sys(const wxColour& clr);
-extern void add_config_menu(wxMenuBar *menu, int event_preferences_changed, int event_language_change);
+extern void add_menus(wxMenuBar *menu, int event_preferences_changed, int event_language_change);
// This is called when closing the application, when loading a config file or when starting the config wizard
// to notify the user whether he is aware that some preset changes will be lost.