summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-08-13 23:09:21 +0200
committerArne Schwabe <arne@rfc2549.org>2012-08-13 23:09:21 +0200
commit661cc31f36331dd9565df7c4a0ebd8e6ba510051 (patch)
treeae40806cdebd340523f523aec655cb3939aa5927 /res/menu
parent9471bec3505d3b76c2e7a1b8a6c31458d265cba5 (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.xml8
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