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:
authorDavid Kocik <kocikdav@gmail.com>2020-02-26 17:01:44 +0300
committerDavid Kocik <kocikdav@gmail.com>2020-02-26 17:02:43 +0300
commit70f5efbfc37e75478bee5c0c99eddf7459df7e8d (patch)
treecb140f47c4d55f53eb582f1d1efc4fc949ca07f7 /src/slic3r/GUI/Plater.cpp
parent5e10e5ae5f31786d20c624a04e6a1f0a32567912 (diff)
eject sd card/usb icon
Diffstat (limited to 'src/slic3r/GUI/Plater.cpp')
-rw-r--r--src/slic3r/GUI/Plater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp
index 0f9b21b78..704284d4a 100644
--- a/src/slic3r/GUI/Plater.cpp
+++ b/src/slic3r/GUI/Plater.cpp
@@ -871,7 +871,7 @@ Sidebar::Sidebar(Plater *parent)
};
init_scalable_btn(&p->btn_send_gcode , "export_gcode", _(L("Send to printer")) + "\tCtrl+Shift+G");
- init_scalable_btn(&p->btn_remove_device, "cross" , _(L("Remove device")));
+ init_scalable_btn(&p->btn_remove_device, "eject_sd" , _(L("Remove device")));
init_scalable_btn(&p->btn_export_gcode_removable, "export_to_sd", _(L("Export to SD card / Flash drive")));
// regular buttons "Slice now" and "Export G-code"