summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-10-24 12:32:12 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-10-24 12:32:12 +0000
commit072a3c5017e4d97a0d8bc56b71d1a8b100784ef7 (patch)
tree879e85636ba10520bbd0cdd20389f87d1b335dbe /apps/screens.c
parent537b27d58f382277e239bbefaab3bb48a8df245e (diff)
downloadrockbox-072a3c5017e4d97a0d8bc56b71d1a8b100784ef7.tar.gz
rockbox-072a3c5017e4d97a0d8bc56b71d1a8b100784ef7.zip
Complete info screen voicing; now consistent with displayed screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15284 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c28
1 files changed, 3 insertions, 25 deletions
diff --git a/apps/screens.c b/apps/screens.c
index dc54a00b1d..7e48ae16fb 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 Björn Stenberg 10 * Copyright (C) 2002 Bj�rn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -791,30 +791,8 @@ void charging_splash(void)
791 791
792#if defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) 792#if defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0)
793 793
794const int dayname[] = { 794extern const int dayname[];
795 LANG_WEEKDAY_SUNDAY, 795extern const int monthname[];
796 LANG_WEEKDAY_MONDAY,
797 LANG_WEEKDAY_TUESDAY,
798 LANG_WEEKDAY_WEDNESDAY,
799 LANG_WEEKDAY_THURSDAY,
800 LANG_WEEKDAY_FRIDAY,
801 LANG_WEEKDAY_SATURDAY
802};
803
804const int monthname[] = {
805 LANG_MONTH_JANUARY,
806 LANG_MONTH_FEBRUARY,
807 LANG_MONTH_MARCH,
808 LANG_MONTH_APRIL,
809 LANG_MONTH_MAY,
810 LANG_MONTH_JUNE,
811 LANG_MONTH_JULY,
812 LANG_MONTH_AUGUST,
813 LANG_MONTH_SEPTEMBER,
814 LANG_MONTH_OCTOBER,
815 LANG_MONTH_NOVEMBER,
816 LANG_MONTH_DECEMBER
817};
818 796
819/* little helper function for voice output */ 797/* little helper function for voice output */
820static void say_time(int cursorpos, const struct tm *tm) 798static void say_time(int cursorpos, const struct tm *tm)