aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBar.mm
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-04-22 09:28:18 +0000
committernyamatongwe <devnull@localhost>2010-04-22 09:28:18 +0000
commitdfc27758ce34c3bfe0c420d36cb80e4e07f883b3 (patch)
treea780e2c7bffab445e8a885561ec7d91dc1b6915b /cocoa/InfoBar.mm
parentc06f40d97ccdf72bafa44a1767aaf8beeddc2ef7 (diff)
downloadscintilla-mirror-dfc27758ce34c3bfe0c420d36cb80e4e07f883b3.tar.gz
Updated to launchpad scintilla-cocoa revision 33.
Context menu implemented. Many warnings avoided. Make files added.
Diffstat (limited to 'cocoa/InfoBar.mm')
-rw-r--r--cocoa/InfoBar.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm
index a96634dd1..63d68c4a1 100644
--- a/cocoa/InfoBar.mm
+++ b/cocoa/InfoBar.mm
@@ -216,7 +216,7 @@ static float BarFontSize = 10.0;
[mStatusTextLabel setFont: [NSFont menuBarFontOfSize: BarFontSize]];
cell = [mStatusTextLabel cell];
- [cell setPlaceholderString: @"Default status text"];
+ [cell setPlaceholderString: @""];
[self addSubview: mStatusTextLabel];
[mStatusTextLabel release];