diff options
Diffstat (limited to 'res/menu/logmenu.xml')
-rw-r--r-- | res/menu/logmenu.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index bb810df0..c4087585 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -26,10 +26,9 @@ 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 +</menu>
|