Unbroke build under gcc4. Sorry about that...
This commit is contained in:
parent
ce60ba4c1c
commit
e4ee8aa29c
@ -170,8 +170,8 @@ DeskButton::MouseDown(BPoint point)
|
||||
BPoint where = ConvertToScreen(point);
|
||||
|
||||
if (mouseButtons & B_SECONDARY_MOUSE_BUTTON) {
|
||||
BString label = B_TRANSLATE_COMMENT("Open %name", "Don't translate
|
||||
variable %name");
|
||||
BString label = B_TRANSLATE_COMMENT("Open %name", "Don't translate "
|
||||
"variable %name");
|
||||
label.ReplaceFirst("%name", fRef.name);
|
||||
BPopUpMenu *menu = new BPopUpMenu("", false, false);
|
||||
menu->SetFont(be_plain_font);
|
||||
|
Loading…
Reference in New Issue
Block a user