From e269d4f03840b076d6ebbd406b8aca9d1a268df5 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 6 Mar 2021 08:42:07 +0100 Subject: [PATCH] build/about: reword a bit the about message also add more links, including one to Xonotic --- radiant/gtkdlgs.cpp | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/radiant/gtkdlgs.cpp b/radiant/gtkdlgs.cpp index b9d986e9..a4b9d762 100644 --- a/radiant/gtkdlgs.cpp +++ b/radiant/gtkdlgs.cpp @@ -470,10 +470,6 @@ void DoAbout(){ AddParagraph( about_vbox, RADIANT_NAME " " RADIANT_VERSION_STRING " (" __DATE__ ")\n" RADIANT_ABOUTMSG ); - AddParagraph( about_vbox, - RADIANT_NAME " is a community project maintained by Xonotic\n" - "and developed with help from other game projects and\n" - "individuals." ); AddParagraph( about_vbox, "Get news and latest build at " "" @@ -482,10 +478,17 @@ void DoAbout(){ "Please report your issues at " "" "gitlab.com/xonotic/netradiant/issues" - "", true ); + "\n" + "The team cannot provide support for custom builds.", true ); AddParagraph( about_vbox, - "The team cannot provide support" - " for custom builds." ); + RADIANT_NAME " is a community project maintained by " + "" + "Xonotic" + "\n" + "and developed with help from " + "" + "other game projects" + " and individuals. ", true ); AddParagraph( about_vbox, "This program is free software licensed under the GNU GPL." ); } -- 2.39.2