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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user