From 581becc3aa657fe4b7694c6f261d3193d51928d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6lker?= Date: Sat, 3 Oct 2015 15:01:48 +0200 Subject: Insert a manual reference in the default status bar text. To guide developers to the resources they need. [actual wording tweaked by SGT] --- gtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk.c') 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 -- cgit v1.1