diff --git a/README.md b/README.md index 435a1f7..0fdc940 100644 --- a/README.md +++ b/README.md @@ -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 ![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? diff --git a/ssdd.c b/ssdd.c index 8238314..3d0245d 100644 --- a/ssdd.c +++ b/ssdd.c @@ -48,13 +48,13 @@ static void show_about_dialog(GtkWidget *widget) { GtkWidget *image; GtkWidget *box; const gchar *about_text = - "\nAbout Stig's ShutDown Dialog\n\n" + "\nAbout Simple ShutDown Dialog\n\n" "Version: 1.2\n" "Author: kekePower\n" "URL: https://git.kekepower.com/kekePower/ssdd\n" "Description: 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, GTK_DIALOG_DESTROY_WITH_PARENT, "_Close", diff --git a/ssdd.png b/ssdd.png index 6ce8480..9ea7bf2 100644 Binary files a/ssdd.png and b/ssdd.png differ