mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
opt for the long form of annotated name (includes word count)
This commit is contained in:
parent
ad829b74f7
commit
74fc103e9d
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ public class DictsActivity extends XWListActivity
|
|||
// append language name
|
||||
view.setText( DictLangCache.
|
||||
annotatedDictName( DictsActivity.this,
|
||||
m_dicts[position] ) );
|
||||
m_dicts[position],
|
||||
true ) );
|
||||
if ( !GameUtils.dictIsBuiltin( DictsActivity.this,
|
||||
m_dicts[position] ) ) {
|
||||
view.setDeleteCallback( DictsActivity.this );
|
||||
|
|
Loading…
Reference in a new issue