mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
updated year in copyright.
This commit is contained in:
parent
b1b6d5fce4
commit
9e4ac9014b
@ -1169,7 +1169,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
|
|||||||
|
|
||||||
private void onAbout() {
|
private void onAbout() {
|
||||||
String appName = getString(R.string.app_name);
|
String appName = getString(R.string.app_name);
|
||||||
String year = "2011";
|
String year = "2012";
|
||||||
WebView wv = new WebView(this);
|
WebView wv = new WebView(this);
|
||||||
StringBuilder html = new StringBuilder()
|
StringBuilder html = new StringBuilder()
|
||||||
.append("<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />")
|
.append("<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />")
|
||||||
|
Loading…
Reference in New Issue
Block a user