Rename to Simple ShutDown Dialog
This commit is contained in:
parent
19c42e9a52
commit
8edde79fa0
@ -1,10 +1,10 @@
|
|||||||
# ssdd: Stig's Shutdown Dialog for Openbox
|
# ssdd: Simple Shutdown Dialog for Openbox
|
||||||
|
|
||||||
A simple Shutdown Dialog for Openbox written in C using GTK
|
A simple Shutdown Dialog for Openbox written in C using GTK
|
||||||
|
|
||||||
![Project Screenshot](ssdd.png)
|
![Project Screenshot](ssdd.png)
|
||||||
|
|
||||||
**Stig's Shutdown Dialog (ssdd)** is a simple yet stylish shutdown dialog for Openbox, crafted in C using GTK.
|
**Simple Shutdown Dialog (ssdd)** is a simple yet stylish shutdown dialog for Openbox, crafted in C using GTK.
|
||||||
|
|
||||||
## Why ssdd?
|
## Why ssdd?
|
||||||
|
|
||||||
|
4
ssdd.c
4
ssdd.c
@ -48,13 +48,13 @@ static void show_about_dialog(GtkWidget *widget) {
|
|||||||
GtkWidget *image;
|
GtkWidget *image;
|
||||||
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 Simple ShutDown Dialog</b>\n\n"
|
||||||
"<b>Version:</b> 1.2\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";
|
||||||
|
|
||||||
dialog = gtk_dialog_new_with_buttons("About Stig's ShutDown Dialog",
|
dialog = gtk_dialog_new_with_buttons("About Simple ShutDown Dialog",
|
||||||
NULL,
|
NULL,
|
||||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||||
"_Close",
|
"_Close",
|
||||||
|
Loading…
Reference in New Issue
Block a user