summaryrefslogtreecommitdiff
path: root/shell/panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/panel.c')
-rw-r--r--shell/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/panel.c b/shell/panel.c
index 4b9605a..33edaf1 100644
--- a/shell/panel.c
+++ b/shell/panel.c
@@ -99,7 +99,7 @@ maynard_panel_constructed (GObject *object)
G_OBJECT_CLASS (maynard_panel_parent_class)->constructed (object);
/* window properties */
- gtk_window_set_title (GTK_WINDOW (self), "gtk shell");
+ gtk_window_set_title (GTK_WINDOW (self), "maynard");
gtk_window_set_decorated (GTK_WINDOW (self), FALSE);
gtk_widget_realize(GTK_WIDGET (self));