From dfc27758ce34c3bfe0c420d36cb80e4e07f883b3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 22 Apr 2010 09:28:18 +0000 Subject: Updated to launchpad scintilla-cocoa revision 33. Context menu implemented. Many warnings avoided. Make files added. --- cocoa/InfoBar.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/InfoBar.mm') 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]; -- cgit v1.2.3