Fix Iconify icon

This commit is contained in:
Martin Fietz 2016-01-21 13:23:58 +01:00
parent b492a1c1c1
commit 47168787a2

View File

@ -332,7 +332,7 @@ public class ItemFragment extends Fragment {
butAction1Text = R.string.mark_read_label;
}
if (item.getLink() != null) {
butAction2Icon = "{ma-web 24sp}";
butAction2Icon = "{md-web 24sp}";
butAction2Text = R.string.visit_website_label;
}
} else {