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 | 661cc31f36331dd9565df7c4a0ebd8e6ba510051 (patch) | |
tree | ae40806cdebd340523f523aec655cb3939aa5927 /res/menu/logmenu.xml | |
parent | 9471bec3505d3b76c2e7a1b8a6c31458d265cba5 (diff) |
Allow editing the VPN Config from the log screen to ease configuration iterations
Diffstat (limited to 'res/menu/logmenu.xml')
-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 |