Searched refs:portMsg (Results 1 – 1 of 1) sorted by relevance
55 BMessage* portMsg = new BMessage(fWhat); in AddDynamicItem() local57 B_TRANSLATE("No printer found!"), portMsg)); in AddDynamicItem()69 BMessage* portMsg = new BMessage(fWhat); in AddDynamicItem() local70 portMsg->AddString("name", fTransportName); in AddDynamicItem()71 portMsg->AddString("path", portId); in AddDynamicItem()72 AddItem(new BMenuItem(portName.String(), portMsg)); in AddDynamicItem()