X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=gtk.c;h=27eb5da4c5a44c53ace46ff3961f49c8e76855e6;hb=581becc3aa657fe4b7694c6f261d3193d51928d2;hp=26b3ce0dfe44c6c654b8d7f6b3f80d36362bf49c;hpb=b94be41445d1ed056882c15795f01a6861fc184b;p=sgt-puzzles.git diff --git a/gtk.c b/gtk.c index 26b3ce0..27eb5da 100644 --- a/gtk.c +++ b/gtk.c @@ -2562,7 +2562,7 @@ static frontend *new_window(char *arg, int argtype, char **error) fe->statusctx = gtk_statusbar_get_context_id (GTK_STATUSBAR(fe->statusbar), "game"); gtk_statusbar_push(GTK_STATUSBAR(fe->statusbar), fe->statusctx, - "test"); + DEFAULT_STATUSBAR_TEXT); #if GTK_CHECK_VERSION(3,0,0) gtk_widget_get_preferred_size(fe->statusbar, &req, NULL); #else