Fix Windows icon res

This commit is contained in:
SoftFever 2023-04-12 17:05:23 +08:00
parent c25ac3829f
commit 099ed10144
5 changed files with 5 additions and 5 deletions

View file

@ -3286,7 +3286,7 @@ ObjectTableDialog::ObjectTableDialog(wxWindow* parent, Plater* platerObj, Model
auto m_main_sizer = new wxBoxSizer(wxVERTICAL);
// icon
std::string icon_path = (boost::format("%1%/images/BambuStudio.ico") % resources_dir()).str();
std::string icon_path = (boost::format("%1%/images/OrcaSlicer.ico") % resources_dir()).str();
SetIcon(wxIcon(encode_path(icon_path.c_str()), wxBITMAP_TYPE_ICO));
//top line