mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
yet another version of showConfirmThen()
This commit is contained in:
parent
ef381f1d71
commit
5ff5074180
1 changed files with 7 additions and 0 deletions
|
@ -275,6 +275,13 @@ public class DlgDelegate {
|
|||
showConfirmThen( msg, posButton, action, null );
|
||||
}
|
||||
|
||||
public void showConfirmThen( int msg, int posButton, Action action,
|
||||
Object[] params )
|
||||
{
|
||||
showConfirmThen( m_activity.getString( msg ), posButton, action,
|
||||
params );
|
||||
}
|
||||
|
||||
public void showConfirmThen( String msg, int posButton, Action action,
|
||||
Object[] params )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue