updated year in copyright.
This commit is contained in:
parent
b1b6d5fce4
commit
9e4ac9014b
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
|
|||
|
||||
private void onAbout() {
|
||||
String appName = getString(R.string.app_name);
|
||||
String year = "2011";
|
||||
String year = "2012";
|
||||
WebView wv = new WebView(this);
|
||||
StringBuilder html = new StringBuilder()
|
||||
.append("<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />")
|
||||
|
|
Loading…
Reference in a new issue