From 4d6374c9236b93e0bd457f99944164fc493d1120 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Mar 2007 21:56:08 +0000 Subject: Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/clock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/clock.c') diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c index 010e293bac..dfc5fd7163 100644 --- a/apps/plugins/clock.c +++ b/apps/plugins/clock.c @@ -1418,10 +1418,10 @@ void confirm_reset(void) if(result == 1) /* reset! */ { reset_settings(); - rb->splash(HZ, true, "Settings reset!"); + rb->splash(HZ, "Settings reset!"); } else - rb->splash(HZ, true, "Settings NOT reset."); + rb->splash(HZ, "Settings NOT reset."); } /************************************ @@ -1449,7 +1449,7 @@ void general_settings(void) case 1: save_settings(false); - rb->splash(HZ, true, "Settings saved"); + rb->splash(HZ, "Settings saved"); break; case 2: -- cgit v1.2.3