From e172e398ce57a3e05e79d108c7c8209c930701f4 Mon Sep 17 00:00:00 2001 From: Sander Bogaert Date: Fri, 24 Aug 2012 09:44:50 -0400 Subject: [PATCH] Add ActionBarSherlock to the used libraries in the about dialog. --- src/com/fsck/k9/activity/Accounts.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/fsck/k9/activity/Accounts.java b/src/com/fsck/k9/activity/Accounts.java index fe7096ac9..874433fb9 100644 --- a/src/com/fsck/k9/activity/Accounts.java +++ b/src/com/fsck/k9/activity/Accounts.java @@ -1176,6 +1176,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC new String[] {"Commons IO", "http://commons.apache.org/io/"}, new String[] {"Mime4j", "http://james.apache.org/mime4j/"}, new String[] {"HtmlCleaner", "http://htmlcleaner.sourceforge.net/"}, + new String[] {"ActionBarSherlock", "http://actionbarsherlock.com/"} }; private void onAbout() {