aboutsummaryrefslogtreecommitdiff
path: root/osx.m
diff options
context:
space:
mode:
Diffstat (limited to 'osx.m')
-rw-r--r--osx.m2
1 files changed, 1 insertions, 1 deletions
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;