add showOKOnlyDialog

This commit is contained in:
Andy2 2010-11-06 16:38:33 -07:00
parent 248c758b1c
commit 8213c9a5c1

View file

@ -85,6 +85,11 @@ public class XWActivity extends Activity {
m_delegate.showNotAgainDlgThen( msgID, prefsKey, proc );
}
protected void showOKOnlyDialog( int msgID )
{
m_delegate.showOKOnlyDialog( msgID );
}
protected void showNoDict( String name, int lang )
{
m_delegate.showNoDict( name, lang );