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] --- osx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osx.m') diff --git a/osx.m b/osx.m index 7a8bdeb..4740124 100644 --- a/osx.m +++ b/osx.m @@ -569,7 +569,7 @@ struct frontend { [status setBezeled:YES]; [status setBezelStyle:NSTextFieldSquareBezel]; [status setDrawsBackground:YES]; - [[status cell] setTitle:@""]; + [[status cell] setTitle:@DEFAULT_STATUSBAR_TEXT]; [status sizeToFit]; rect2 = [status frame]; rect.size.height += rect2.size.height; -- cgit v1.1