mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
a better way of cleaning up
This commit is contained in:
parent
73e5f946b2
commit
45317678b7
1 changed files with 1 additions and 6 deletions
|
@ -640,13 +640,8 @@ public class DlgDelegate {
|
|||
m_dlgStates.put( state.m_id, state );
|
||||
}
|
||||
|
||||
private String getString( int id )
|
||||
{
|
||||
return LocUtils.getString( m_activity, id );
|
||||
}
|
||||
|
||||
private String getString( int id, Object... params )
|
||||
{
|
||||
return LocUtils.getString( m_activity, id, params );
|
||||
return m_dlgt.getString( id, params );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue