diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 22:56:09 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 22:56:09 +0200 |
commit | 529dec2494c87181899d3479c5d631f5a84f715e (patch) | |
tree | 375f387d4f4cc0a3e39e86d9b6f86155e3dbae84 /res/menu | |
parent | f1352bae221176125b52f60761cd4651c8c3f4da (diff) |
Version 0.4.6 - Codename "Welcome to the world people in 2012, where we use CIDR"
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/logmenu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index f97418a1..5fcadae0 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:id="@+id/clearlog"
- android:icon="@android:drawable/ic_delete"
+ android:icon="@android:drawable/ic_menu_crop"
android:title="clear log"
android:showAsAction="ifRoom"
/>
|