mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix bad message when dict deleted by using the right rowid variable -- duh.
This commit is contained in:
parent
f9676f5ffd
commit
280154a12c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ public class GamesList extends XWExpandableListActivity
|
|||
String message;
|
||||
String langName =
|
||||
DictLangCache.getLangName( this, m_missingDictLang );
|
||||
String gameName = GameUtils.getName( this, m_rowid );
|
||||
String gameName = GameUtils.getName( this, m_missingDictRowId );
|
||||
if ( WARN_NODICT == id ) {
|
||||
message = getString( R.string.no_dictf,
|
||||
gameName, langName );
|
||||
|
|
Loading…
Add table
Reference in a new issue