Home
last modified time | relevance | path

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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp2510 BAlert *AboutAlertPntr; in AboutRequested() local
2512 AboutAlertPntr = new BAlert ("About", in AboutRequested()
2540 if (AboutAlertPntr != NULL) in AboutRequested()
2542 AboutAlertPntr->SetFlags(AboutAlertPntr->Flags() | B_CLOSE_ON_ESCAPE); in AboutRequested()
2543 AboutAlertPntr->Go (); in AboutRequested()