diff options
| author | lado <herrlado@gmail.com> | 2012-01-20 13:36:48 +0100 |
|---|---|---|
| committer | lado <herrlado@gmail.com> | 2012-01-20 13:36:48 +0100 |
| commit | d6dd878f64065d8be06c3e0d2b7c976988f116f1 (patch) | |
| tree | 894ecbfa98e9b7b81c0372fae0af6a50435154fd | |
| parent | 7603c45abe25c584219d99abc5df966f11c6d09c (diff) | |
| download | vdr-manager-d6dd878f64065d8be06c3e0d2b7c976988f116f1.tar.gz vdr-manager-d6dd878f64065d8be06c3e0d2b7c976988f116f1.tar.bz2 | |
bug fix with title
| -rw-r--r-- | vdrmanager/res/menu-v11/main_menu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/res/menu-v11/main_menu.xml b/vdrmanager/res/menu-v11/main_menu.xml index 50e6746..0438ffd 100644 --- a/vdrmanager/res/menu-v11/main_menu.xml +++ b/vdrmanager/res/menu-v11/main_menu.xml @@ -2,7 +2,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:id="@+id/main_menu_goto" android:title="@string/main_menu_goto" + <item android:id="@+id/main_menu_goto" android:title="@string/main_menu_goto_title" android:icon="@drawable/ic_menu_goto" android:showAsAction="ifRoom"/> <item android:id="@+id/menu_search" |
