mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
add showOKOnlyDialog
This commit is contained in:
parent
248c758b1c
commit
8213c9a5c1
1 changed files with 5 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue