diff --git a/src/main.c b/src/main.c index 12d1fc898cb0ef00aa64e18bb2df45e46441dd0f..0e9f56a8388a6c6d29f72c1142f3c34a42690288 100644 --- a/src/main.c +++ b/src/main.c @@ -28,15 +28,12 @@ about_activated (G_GNUC_UNUSED GSimpleAction *simple, GtkApplication *app = GTK_APPLICATION (user_data); GtkWindow *window = gtk_application_get_active_window (app); - const char *authors[] = { "Bruce Cowan", NULL }; - - adw_show_about_window (window, "application-icon", "face-wink", "application-name", "Rugby", "copyright", "Copyright 2012–2022 Bruce Cowan", "license-type", GTK_LICENSE_GPL_3_0, - "developers", authors, + "developer-name", "Bruce Cowan", "comments", "Rugby scores possibilities program", "version", VERSION, NULL);