Update screenshot and text in the program
This commit is contained in:
parent
eb4f5464c7
commit
0288995d58
2
ssdd.c
2
ssdd.c
@ -125,7 +125,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), "Stig's ShutDown Dialog");
|
||||
gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER);
|
||||
|
||||
grid = gtk_grid_new();
|
||||
|
Loading…
Reference in New Issue
Block a user