]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkdlgs.cpp
readme: add instructions for freebsd and more knowledge about it
[xonotic/netradiant.git] / radiant / gtkdlgs.cpp
index b9d986e9b995c26a22c48604d7caa8c0fbcc6c64..4c09dc48aeb64cf710dbc31a5781b9eef9ff72d7 100644 (file)
@@ -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 "
                                        "<a href='https://netradiant.gitlab.io/'>"
@@ -482,10 +478,17 @@ void DoAbout(){
                                        "Please report your issues at "
                                        "<a href='https://gitlab.com/xonotic/netradiant/issues'>"
                                                "gitlab.com/xonotic/netradiant/issues"
-                                       "</a>", true );
+                                       "</a>\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 "
+                                       "<a href='https://xonotic.org'>"
+                                               "Xonotic"
+                                       "</a>\n"
+                                       "and developed with help from "
+                                       "<a href='https://netradiant.gitlab.io/page/about/'>"
+                                               "other game projects"
+                                       "</a> and individuals. ", true );
                                AddParagraph( about_vbox,
                                        "This program is free software licensed under the GNU GPL." );
                        }
@@ -496,6 +499,7 @@ void DoAbout(){
                                {
                     auto button = create_modal_dialog_button( "OK", ok_button );
                                        vbox2.pack_start( button, FALSE, FALSE, 0 );
+                                       gtk_widget_grab_focus( GTK_WIDGET( button ) );
                                }
                                {
                     auto button = create_dialog_button( "Credits", G_CALLBACK( about_button_credits ), 0 );