mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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:

committed by
Simon Tatham

parent
b94be41445
commit
581becc3aa
@ -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);
|
||||
|
Reference in New Issue
Block a user