summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-04-10 10:58:43 +0200
committerArne Schwabe <arne@rfc2549.org>2013-04-10 10:58:43 +0200
commite481245959d63c9aa23c562cae6dbc5aea5eb307 (patch)
treeabff6bcbc9a210dd8a902db00588315c215b3c62 /res/menu
parent33efe31b7b403672e8e0e21ba090bb9bf0afcba0 (diff)
Always log tun information
I tired of bug reports without this information. Also this removes one of the unclear buttons in the Logwindow
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/logmenu.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml
index 12b54c67..4c4f132b 100644
--- a/res/menu/logmenu.xml
+++ b/res/menu/logmenu.xml
@@ -11,15 +11,9 @@
android:id="@+id/cancel"
android:icon="@android:drawable/ic_menu_close_clear_cancel"
android:showAsAction="ifRoom|withText"
- android:title="@string/disconnect"
+ android:title="@string/cancel_connection"
android:titleCondensed="@string/cancel"/>
<item
- android:id="@+id/info"
- android:icon="@android:drawable/ic_menu_info_details"
- android:showAsAction="ifRoom|withText"
- android:title="@string/show_connection_details"
- android:titleCondensed="@string/info"/>
- <item
android:id="@+id/send"
android:icon="@android:drawable/ic_menu_share"
android:showAsAction="ifRoom|withText"