fix broken about dialog

This commit is contained in:
Eric House 2014-10-01 22:10:42 -07:00
parent 9e300c3a0d
commit 618d180aab

View file

@ -425,10 +425,10 @@ public class DlgDelegate {
{
final View view = LocUtils.inflate( m_activity, R.layout.about_dlg );
TextView vers = (TextView)view.findViewById( R.id.version_string );
vers.setText( String.format( getString( R.string.about_vers_fmt ),
getString( R.string.app_version ),
BuildConstants.GIT_REV,
BuildConstants.BUILD_STAMP ) );
vers.setText( getString( R.string.about_vers_fmt,
getString( R.string.app_version ),
BuildConstants.GIT_REV,
BuildConstants.BUILD_STAMP ) );
TextView xlator = (TextView)view.findViewById( R.id.about_xlator );
String str = getString( R.string.xlator );