1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

updated year in copyright.

This commit is contained in:
ashley willis 2012-05-09 14:48:11 -05:00
parent b1b6d5fce4
commit 9e4ac9014b

View File

@ -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\" />")