summaryrefslogtreecommitdiff
path: root/apps/plugins/clock.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-16 21:56:08 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-16 21:56:08 +0000
commit4d6374c9236b93e0bd457f99944164fc493d1120 (patch)
treeff9630fcef66e63c61cc0a74e97f21220e668f75 /apps/plugins/clock.c
parent2c643b9f3e22ee07f7949a5471f726758dc40841 (diff)
downloadrockbox-4d6374c9236b93e0bd457f99944164fc493d1120.tar.gz
rockbox-4d6374c9236b93e0bd457f99944164fc493d1120.zip
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
Diffstat (limited to 'apps/plugins/clock.c')
-rw-r--r--apps/plugins/clock.c6
1 files changed, 3 insertions, 3 deletions
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)
1418 if(result == 1) /* reset! */ 1418 if(result == 1) /* reset! */
1419 { 1419 {
1420 reset_settings(); 1420 reset_settings();
1421 rb->splash(HZ, true, "Settings reset!"); 1421 rb->splash(HZ, "Settings reset!");
1422 } 1422 }
1423 else 1423 else
1424 rb->splash(HZ, true, "Settings NOT reset."); 1424 rb->splash(HZ, "Settings NOT reset.");
1425} 1425}
1426 1426
1427/************************************ 1427/************************************
@@ -1449,7 +1449,7 @@ void general_settings(void)
1449 1449
1450 case 1: 1450 case 1:
1451 save_settings(false); 1451 save_settings(false);
1452 rb->splash(HZ, true, "Settings saved"); 1452 rb->splash(HZ, "Settings saved");
1453 break; 1453 break;
1454 1454
1455 case 2: 1455 case 2: