Gui: Update header in about dialog before the 1.1 release (#22991)
* Gui: Update header in about dialog before the 1.1 release Gui: Change main link in about dialog to main website instead of Wiki Main_Page * Update based on code review. Co-authored-by: xtemp09 <xtemp09@gmail.com> --------- Co-authored-by: xtemp09 <xtemp09@gmail.com>
This commit is contained in:
@@ -336,9 +336,9 @@ PyMOD_INIT_FUNC(FreeCADGui)
|
||||
Base::Interpreter().loadModule("FreeCAD");
|
||||
App::Application::Config()["AppIcon"] = "freecad";
|
||||
App::Application::Config()["SplashScreen"] = "freecadsplash";
|
||||
App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2024\n";
|
||||
App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2025\n";
|
||||
App::Application::Config()["LicenseInfo"] = "FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n";
|
||||
App::Application::Config()["CreditsInfo"] = "FreeCAD wouldn't be possible without FreeCAD community.\n";
|
||||
App::Application::Config()["CreditsInfo"] = "FreeCAD would not be possible without the FreeCAD community.\n";
|
||||
// clang-format on
|
||||
|
||||
// it's possible that the GUI is already initialized when the Gui version of the executable
|
||||
|
||||
Reference in New Issue
Block a user