summaryrefslogtreecommitdiff
path: root/shell/maynard.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/maynard.c')
-rw-r--r--shell/maynard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/maynard.c b/shell/maynard.c
index 133f3ba..9e03dfc 100644
--- a/shell/maynard.c
+++ b/shell/maynard.c
@@ -420,7 +420,7 @@ background_create(struct desktop *desktop)
g_signal_connect (background->window, "draw",
G_CALLBACK (draw_cb), desktop);
- gtk_window_set_title(GTK_WINDOW(background->window), "gtk shell");
+ gtk_window_set_title(GTK_WINDOW(background->window), "maynard");
gtk_window_set_decorated(GTK_WINDOW(background->window), FALSE);
gtk_widget_realize(background->window);