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:
Max Wilfinger
2025-08-25 17:07:58 +02:00
committed by GitHub
parent 409d0e408d
commit 3347ac343e
5 changed files with 12 additions and 18 deletions

View File

@@ -190,7 +190,7 @@ int main(int argc, char** argv)
App::Application::Config()["ExeName"] = "FreeCAD";
App::Application::Config()["ExeVendor"] = "FreeCAD";
App::Application::Config()["AppDataSkipVendor"] = "true";
App::Application::Config()["MaintainerUrl"] = "https://www.freecad.org/wiki/Main_Page";
App::Application::Config()["MaintainerUrl"] = "https://freecad.org";
// set the banner (for logging and console)
App::Application::Config()["CopyrightInfo"] = sBanner;