fix crash by providing title id expected by warn-phonies dialog.

This commit is contained in:
Andy2 2010-06-30 06:31:40 -07:00
parent b83867ff13
commit cf5f94ffc7

View file

@ -1010,6 +1010,7 @@ public class BoardActivity extends Activity implements UtilCtxt {
message + getString(R.string.badwords_lost) );
} else {
m_dlgBytes = message + getString( R.string.badwords_accept );
m_dlgTitle = R.string.query_title;
accept = 0 != waitBlockingDialog( QUERY_REQUEST_BLK, 0 );
}