diff options
author | lado <herrlado@gmail.com> | 2012-01-22 23:39:40 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-22 23:39:40 +0100 |
commit | 2dcc4b53185618c4f7db54ec645d915813770e05 (patch) | |
tree | 759db103f6c7e8564050d9a9b52ab941b6ccc12e /vdrmanager/res/xml/preferences.xml | |
parent | 1aa3990aca854f1ff5fe45c04d53c7febc0a3e4e (diff) | |
download | vdr-manager-2dcc4b53185618c4f7db54ec645d915813770e05.tar.gz vdr-manager-2dcc4b53185618c4f7db54ec645d915813770e05.tar.bz2 |
omdb issuev0.4.5
Diffstat (limited to 'vdrmanager/res/xml/preferences.xml')
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml index c17e4ff..4970c37 100644 --- a/vdrmanager/res/xml/preferences.xml +++ b/vdrmanager/res/xml/preferences.xml @@ -38,8 +38,9 @@ android:key="@string/qui_imdb_url_key" android:summaryOn="@string/qui_imdb_url_summary" android:title="@string/qui_imdb_url_title" /> - <CheckBoxPreference android:defaultValue="false" - android:key="@string/qui_show_omdb_button_key" android:summaryOff="@string/qui_show_omdb_button_summary_off" + <CheckBoxPreference android:defaultValue="true" + android:key="@string/qui_show_omdb_button_key" + android:summaryOff="@string/qui_show_omdb_button_summary_off" android:summaryOn="@string/qui_show_omdb_button_summary_on" android:title="@string/qui_show_omdb_button_title" /> |