mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixed splash screen info label
This commit is contained in:
parent
6685e78605
commit
dad8a47741
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ public:
|
||||||
// create a info notice
|
// create a info notice
|
||||||
wxString info_string = title_string + " " +
|
wxString info_string = title_string + " " +
|
||||||
_L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" +
|
_L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" +
|
||||||
title_string + _L("is licensed under the") + _L("GNU Affero General Public License, version 3") + "\n\n" +
|
title_string + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + "\n\n" +
|
||||||
_L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" +
|
_L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" +
|
||||||
_L("Artwork model by Nora Al-Badri and Jan Nikolai Nelles");
|
_L("Artwork model by Nora Al-Badri and Jan Nikolai Nelles");
|
||||||
wxFont info_font = sys_font.Larger();
|
wxFont info_font = sys_font.Larger();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue