mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
use new overridden method
This commit is contained in:
parent
993e66da99
commit
95a6982851
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ public class GamesList extends XWListActivity
|
|||
@Override
|
||||
public void onClick( View v ) {
|
||||
addGame( false );
|
||||
showNotAgainDlgThen( R.string.not_again_newgame,
|
||||
R.string.key_notagain_newgame, null );
|
||||
showNotAgainDlg( R.string.not_again_newgame,
|
||||
R.string.key_notagain_newgame );
|
||||
}
|
||||
});
|
||||
newGameB = (Button)findViewById(R.id.new_game_net);
|
||||
|
|
Loading…
Reference in a new issue