aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/manageaccounts_context.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-03-12 22:31:50 +0100
committerDaniel Gultsch <daniel@gultsch.de>2014-03-12 22:31:50 +0100
commiteadebeb77cbc4f5b49d484b8a64058630385afe6 (patch)
tree5a5150b25d274b2e4bdce2b643792f69e7f4be38 /res/menu/manageaccounts_context.xml
parentc67238562ae2228efbe96225b23b2a297aea8f2f (diff)
added server info and deal with thi 'connecting...' bug
Diffstat (limited to 'res/menu/manageaccounts_context.xml')
-rw-r--r--res/menu/manageaccounts_context.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/menu/manageaccounts_context.xml b/res/menu/manageaccounts_context.xml
index 22b7ac34..765ed4e9 100644
--- a/res/menu/manageaccounts_context.xml
+++ b/res/menu/manageaccounts_context.xml
@@ -23,8 +23,12 @@
<item
android:id="@+id/mgmt_account_announce_pgp"
- android:orderInCategory="75"
android:showAsAction="never"
android:title="@string/announce_pgp" />
+ <item
+ android:id="@+id/mgmt_account_info"
+ android:title="@string/account_info"
+ android:showAsAction="never"
+ />
</menu>