diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-04-10 10:58:43 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-04-10 10:58:43 +0200 |
commit | e481245959d63c9aa23c562cae6dbc5aea5eb307 (patch) | |
tree | abff6bcbc9a210dd8a902db00588315c215b3c62 /res/menu/logmenu.xml | |
parent | 33efe31b7b403672e8e0e21ba090bb9bf0afcba0 (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/logmenu.xml')
-rw-r--r-- | res/menu/logmenu.xml | 8 |
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"
|