diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-13 23:09:21 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-13 23:09:21 +0200 |
commit | 4efa4da4839e61e20eb42e6d0c9b77af61347665 (patch) | |
tree | 67a1475da8787c94aaa8e067ded921643be610b6 /res/menu | |
parent | 4dbad7ca28990e93f24e202c2e67c83d91a89215 (diff) |
Allow editing the VPN Config from the log screen to ease configuration iterations
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/logmenu.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index 1ab982d8..4b55e73b 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -25,5 +25,11 @@ android:showAsAction="ifRoom|withText"
android:title="@string/send_logfile"
android:titleCondensed="@string/send"/>
-
+ <item
+ android:id="@+id/edit_vpn"
+ android:alphabeticShortcut="e"
+ android:icon="@android:drawable/ic_menu_edit"
+ android:showAsAction="withText|ifRoom"
+ android:title="@string/edit_vpn"/>
+
</menu>
\ No newline at end of file |