Searched refs:pOthText (Results 1 – 1 of 1) sorted by relevance
168 NSString* pOthText = nil; in ShowNativeMessageBox() local182 pOthText = getStandardString( aButtonIds[nC].nTextIds[2] ); in ShowNativeMessageBox()189 int nResult = NSRunAlertPanel( pTitle, pMessage, pDefText, pAltText, pOthText ); in ShowNativeMessageBox()199 if( pOthText ) in ShowNativeMessageBox()200 [pOthText release]; in ShowNativeMessageBox()
Completed in 7 milliseconds