Update to version 1.2

This commit is contained in:
Stig-Ørjan Smelror 2024-07-01 23:02:08 +02:00
parent 9c639978d0
commit 86c43720cb

2
ssdd.c
View File

@ -49,7 +49,7 @@ static void show_about_dialog(GtkWidget *widget) {
GtkWidget *box; GtkWidget *box;
const gchar *about_text = const gchar *about_text =
"\n<b>About Stig's ShutDown Dialog</b>\n\n" "\n<b>About Stig's ShutDown Dialog</b>\n\n"
"<b>Version:</b> 1.1\n" "<b>Version:</b> 1.2\n"
"<b>Author:</b> kekePower\n" "<b>Author:</b> kekePower\n"
"<b>URL:</b> <a href=\"https://git.kekepower.com/kekePower/ssdd\">https://git.kekepower.com/kekePower/ssdd</a>\n" "<b>URL:</b> <a href=\"https://git.kekepower.com/kekePower/ssdd\">https://git.kekepower.com/kekePower/ssdd</a>\n"
"<b>Description:</b> This is a simple Shutdown Dialog for Openbox.\n"; "<b>Description:</b> This is a simple Shutdown Dialog for Openbox.\n";