Changed App Title

This commit is contained in:
Alessandro Corbelli 2020-05-08 00:46:32 +02:00 committed by Merill
parent acbad0717c
commit 347a99e57d

View File

@ -223,7 +223,7 @@ void MainFrame::update_title()
#endif
}
}
title += (wxString(build_id) + " " + _(L("based on PrusaSlicer & Slic3r")));
title += (wxString(SLIC3R_APP_NAME) + "_" + wxString(SLIC3R_VERSION) + " " + _(L("based on PrusaSlicer & Slic3r")));
SetTitle(title);
}