Rename to Simple ShutDown Dialog again

This commit is contained in:
Stig-Ørjan Smelror 2024-07-12 00:37:57 +02:00
parent 8edde79fa0
commit 2a53ed3845

2
ssdd.c
View File

@ -161,7 +161,7 @@ static void activate(GtkApplication *app, gpointer user_data) {
}; };
window = gtk_application_window_new(app); 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); gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER);
// Load the icon from the resource and set it as the window icon // Load the icon from the resource and set it as the window icon