Home
last modified time | relevance | path

Searched refs:portMsg (Results 1 – 1 of 1) sorted by relevance

/haiku/src/preferences/printers/
H A DTransportMenu.cpp55 BMessage* portMsg = new BMessage(fWhat); in AddDynamicItem() local
57 B_TRANSLATE("No printer found!"), portMsg)); in AddDynamicItem()
69 BMessage* portMsg = new BMessage(fWhat); in AddDynamicItem() local
70 portMsg->AddString("name", fTransportName); in AddDynamicItem()
71 portMsg->AddString("path", portId); in AddDynamicItem()
72 AddItem(new BMenuItem(portName.String(), portMsg)); in AddDynamicItem()