fix bad message when dict deleted by using the right rowid variable -- duh.

This commit is contained in:
Eric House 2013-06-05 08:03:13 -07:00
parent f9676f5ffd
commit 280154a12c

View file

@ -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 );