Insert a manual reference in the default status bar text.

To guide developers to the resources they need.

[actual wording tweaked by SGT]
This commit is contained in:
Jonas Kölker
2015-10-03 15:01:48 +02:00
committed by Simon Tatham
parent b94be41445
commit 581becc3aa
4 changed files with 7 additions and 3 deletions

2
gtk.c
View File

@ -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