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:
authorbubnikv <bubnikv@gmail.com>2018-05-21 22:04:03 +0300
committerbubnikv <bubnikv@gmail.com>2018-05-21 22:04:03 +0300
commit7b4aeef40cee995e7db49e4a882a13bc1c65d5d3 (patch)
treec320230b28c1d24e2e18a8efbaa82dde71af6a02 /xs/src/slic3r/GUI/GUI.hpp
parent2fab254ff66cb4169218dc7b544c12fc12e816f3 (diff)
Moved the "Flash firmware" menu to "Configuration",
removed the "Check for updates" from the "Configuration" menu, added an "Open file explorer at the datadir" item to the Help menu.
Diffstat (limited to 'xs/src/slic3r/GUI/GUI.hpp')
-rw-r--r--xs/src/slic3r/GUI/GUI.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/GUI.hpp b/xs/src/slic3r/GUI/GUI.hpp
index ce3c05616..4deee1910 100644
--- a/xs/src/slic3r/GUI/GUI.hpp
+++ b/xs/src/slic3r/GUI/GUI.hpp
@@ -158,7 +158,9 @@ void add_export_option(wxFileDialog* dlg, const std::string& format);
int get_export_option(wxFileDialog* dlg);
// Display an About dialog
-void about();
+extern void about();
+// Ask the destop to open the datadir using the default file explorer.
+extern void desktop_open_datadir_folder();
} // namespace GUI
} // namespace Slic3r