Update About dialog

This commit is contained in:
Geoffrey D. Bennett
2024-03-24 22:27:09 +10:30
parent 7cfdde1831
commit ed62fc9de2

View File

@@ -11,7 +11,7 @@ void activate_about(
GtkWindow *w = GTK_WINDOW(data); GtkWindow *w = GTK_WINDOW(data);
const char *authors[] = { const char *authors[] = {
"Geoffrey D. Bennett", "Geoffrey D. Bennett <g@b4.vu>",
NULL NULL
}; };
@@ -19,7 +19,9 @@ void activate_about(
w, w,
"program-name", "ALSA Scarlett2 Control Panel", "program-name", "ALSA Scarlett2 Control Panel",
"version", "Version " VERSION, "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", "website", "https://github.com/geoffreybennett/alsa-scarlett-gui",
"copyright", "Copyright 2022-2024 Geoffrey D. Bennett", "copyright", "Copyright 2022-2024 Geoffrey D. Bennett",
"license-type", GTK_LICENSE_GPL_3_0, "license-type", GTK_LICENSE_GPL_3_0,