diff options
author | nyamatongwe <devnull@localhost> | 2010-04-22 09:28:18 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-04-22 09:28:18 +0000 |
commit | dfc27758ce34c3bfe0c420d36cb80e4e07f883b3 (patch) | |
tree | a780e2c7bffab445e8a885561ec7d91dc1b6915b /cocoa/InfoBar.mm | |
parent | c06f40d97ccdf72bafa44a1767aaf8beeddc2ef7 (diff) | |
download | scintilla-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.mm | 2 |
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]; |