diff options
author | lado <herrlado@gmail.com> | 2012-01-20 13:37:39 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-20 13:37:39 +0100 |
commit | 4cc269fb3d8d908e397e7d7dbefce08f52b8be19 (patch) | |
tree | f4bf661792fb55e2486fbf72de72d69d2cb7a0f9 /vdrmanager/res/xml | |
parent | d6dd878f64065d8be06c3e0d2b7c976988f116f1 (diff) | |
download | vdr-manager-4cc269fb3d8d908e397e7d7dbefce08f52b8be19.tar.gz vdr-manager-4cc269fb3d8d908e397e7d7dbefce08f52b8be19.tar.bz2 |
true for default fro 24h
Diffstat (limited to 'vdrmanager/res/xml')
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml index 6b1e5fd..6bdade0 100644 --- a/vdrmanager/res/xml/preferences.xml +++ b/vdrmanager/res/xml/preferences.xml @@ -21,6 +21,7 @@ android:title="@string/gui_channels_show_channel_numbers_title" /> <CheckBoxPreference android:key="@string/gui_enable_24h_format_key" + android:defaultValue="true" android:summaryOff="@string/gui_enable_24h_format_summary_off" android:summaryOn="@string/gui_enable_24h_format_summary_on" android:title="@string/gui_enable_24h_format_title" /> |