mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix compile: add missing param
This commit is contained in:
parent
e0404801ba
commit
ed7da84da6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class LocListItem extends LinearLayout implements OnFocusChangeListener {
|
|||
|
||||
private void setXlated()
|
||||
{
|
||||
m_xlation = LocUtils.getXlation( m_context, m_pair.getKey() );
|
||||
m_xlation = LocUtils.getXlation( m_context, true, m_pair.getKey() );
|
||||
if ( null != m_xlation ) {
|
||||
m_pair.setXlation( m_xlation );
|
||||
m_edit.setText( m_xlation );
|
||||
|
|
Loading…
Add table
Reference in a new issue