From 16e3a25f76722b70354c7e0281b6873c63ad505d Mon Sep 17 00:00:00 2001 From: "Geoffrey D. Bennett" Date: Sun, 24 Mar 2024 22:27:09 +1030 Subject: [PATCH] Update About dialog --- src/about.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/about.c b/src/about.c index 83522f5..633eb2f 100644 --- a/src/about.c +++ b/src/about.c @@ -11,7 +11,7 @@ void activate_about( GtkWindow *w = GTK_WINDOW(data); const char *authors[] = { - "Geoffrey D. Bennett", + "Geoffrey D. Bennett ", NULL }; @@ -19,7 +19,9 @@ void activate_about( w, "program-name", "ALSA Scarlett2 Control Panel", "version", "Version " VERSION, - "comments", "GTK4 interface to the ALSA Scarlett and Clarett Mixer controls", + "comments", + "Gtk4 GUI for the ALSA controls presented by the\n" + "Linux kernel Focusrite Scarlett2 Mixer Driver", "website", "https://github.com/geoffreybennett/alsa-scarlett-gui", "copyright", "Copyright 2022-2024 Geoffrey D. Bennett", "license-type", GTK_LICENSE_GPL_3_0,