diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 12:14:33 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 14:26:29 -0600 |
commit | 210b562bd474e7d8c22becf62ea52399f0a6d9f9 (patch) | |
tree | b2fd109027918e1f9f7280cabb45e1a190bcc460 /res/menu/client_dashboard.xml | |
parent | aaef532599ebfac1f3e8f244a0cd2118ced30327 (diff) | |
parent | 478b8b50cabc6955314d147bdadadc6127f56e5f (diff) |
Merge branch 'feature/switch-provider-from-dashboard' into develop
Diffstat (limited to 'res/menu/client_dashboard.xml')
-rw-r--r-- | res/menu/client_dashboard.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml index a8eaf795..55ad91b4 100644 --- a/res/menu/client_dashboard.xml +++ b/res/menu/client_dashboard.xml @@ -7,6 +7,7 @@ android:title="@string/menu_settings"/> <item android:id="@+id/about_leap" android:title="@string/about" android:orderInCategory="110" /> <item android:id="@+id/legacy_interface" android:title="ICS OpenVPN Interface" android:orderInCategory="500" /> + <item android:id="@+id/switch_provider" android:title="@string/switch_provider_menu_option" android:orderInCategory="501"/> <item android:id="@+id/login_button" android:title="@string/login_button" android:visible="false"></item> <item android:id="@+id/logout_button" android:title="@string/logout_button" android:visible="false"></item> |