diff --git a/resources/icons/splashscreen.jpg b/resources/icons/splashscreen.jpg index 754e24588..70d16d3c8 100644 Binary files a/resources/icons/splashscreen.jpg and b/resources/icons/splashscreen.jpg differ diff --git a/resources/icons/super_slicer_logo.svg b/resources/icons/super_slicer_logo.svg index db75e6d93..8132be101 100644 --- a/resources/icons/super_slicer_logo.svg +++ b/resources/icons/super_slicer_logo.svg @@ -62,7 +62,7 @@ diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index 10ab7f71c..87921ad7e 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -247,11 +247,10 @@ private: version = _L("Version") + " " + std::string(SLIC3R_VERSION); // credits infornation - credits = title + " " + - _L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" + + credits = title + " " + _L("is based on PrusaSlicer by Prusa and Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" + title + " " + _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("Artwork model by Nora Al-Badri and Jan Nikolai Nelles"); + _L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik, Durand Remi and numerous others.") + "\n\n" + + _L("Artwork model by Durand Remi (not proud of it)"); title_font = version_font = credits_font = init_font; }