Searched refs:showLabel (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DMailWindow.cpp738 bool showLabel = showToolBar == kShowToolBar; local
739 _UpdateLabel(M_NEW, B_TRANSLATE("New"), showLabel);
740 _UpdateLabel(M_SEND_NOW, B_TRANSLATE("Send"), showLabel);
741 _UpdateLabel(M_SIG_MENU, B_TRANSLATE("Signature"), showLabel);
742 _UpdateLabel(M_SAVE_AS_DRAFT, B_TRANSLATE("Save"), showLabel);
743 _UpdateLabel(M_PRINT, B_TRANSLATE("Print"), showLabel);
744 _UpdateLabel(M_DELETE, B_TRANSLATE("Trash"), showLabel);
745 _UpdateLabel(M_REPLY, B_TRANSLATE("Reply"), showLabel);
746 _UpdateLabel(M_FORWARD, B_TRANSLATE("Forward"), showLabel);
747 _UpdateLabel(M_DELETE_NEXT, B_TRANSLATE("Trash"), showLabel);
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp326 bool showLabel = fShowLabel && text[0]; local
332 if (showLabel && inside == false)
338 if (showLabel) {

Completed in 43 milliseconds