From 2a53ed38456f04cfefe0a1e5347738e6e6b19d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 12 Jul 2024 00:37:57 +0200 Subject: [PATCH] Rename to Simple ShutDown Dialog again --- ssdd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssdd.c b/ssdd.c index 3d0245d..9396b53 100644 --- a/ssdd.c +++ b/ssdd.c @@ -161,7 +161,7 @@ static void activate(GtkApplication *app, gpointer user_data) { }; window = gtk_application_window_new(app); - gtk_window_set_title(GTK_WINDOW(window), "Exit Openbox"); + gtk_window_set_title(GTK_WINDOW(window), "Simple ShutDown Dialog"); gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); // Load the icon from the resource and set it as the window icon