Searched refs:pmnufile (Results 1 – 1 of 1) sorted by relevance
54 BMenu *pmnufile = new BMenu(B_TRANSLATE("File")); in ImageWindow() local64 pmnufile->AddItem(pitmopen); in ImageWindow()65 pmnufile->AddItem(pitmsave); in ImageWindow()66 pmnufile->AddSeparatorItem(); in ImageWindow()67 pmnufile->AddItem(pitmquit); in ImageWindow()68 pbar->AddItem(pmnufile); in ImageWindow()