diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-05 02:33:46 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-05 02:33:46 +0200 |
commit | e4f201e9c75e40e5d743bd1f9a9e6d21bb79ebbe (patch) | |
tree | dbdc0c533357f871745a40b9304993a46c10142e /res/menu/vpn_context.xml | |
parent | 17c883cbcc92b0bd19909ae676e5c7fa83d39de5 (diff) |
Version 0.4.7 with more route checking and fix of the tmp-dir bug :(
closes issue #6
Diffstat (limited to 'res/menu/vpn_context.xml')
-rw-r--r-- | res/menu/vpn_context.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/menu/vpn_context.xml b/res/menu/vpn_context.xml index 477c6a8a..239f1577 100644 --- a/res/menu/vpn_context.xml +++ b/res/menu/vpn_context.xml @@ -18,9 +18,8 @@ <!-- <item android:id="@+id/connect_vpn" android:alphabeticShortcut="c" - android: android:icon="@android:drawable/ic_media_play" - android:showAsAction="withText|ifRoom" + android:showAsAction="ifRoom|withText" android:title="@string/connect"/> --> </menu>
\ No newline at end of file |