mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-15 22:51:48 +08:00
Changed App Title
This commit is contained in:
parent
acbad0717c
commit
347a99e57d
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user