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] --- windows.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'windows.c') diff --git a/windows.c b/windows.c index ba657c0..9cc66e2 100644 --- a/windows.c +++ b/windows.c @@ -1702,7 +1702,8 @@ static int fe_set_midend(frontend *fe, midend *me) if (fe->statusbar) DestroyWindow(fe->statusbar); if (midend_wants_statusbar(fe->me)) { - fe->statusbar = CreateWindowEx(0, STATUSCLASSNAME, TEXT("ooh"), + fe->statusbar = CreateWindowEx(0, STATUSCLASSNAME, + TEXT(DEFAULT_STATUSBAR_TEXT), WS_CHILD | WS_VISIBLE, 0, 0, 0, 0, /* status bar does these */ NULL, NULL, fe->inst, NULL); -- cgit v1.1