forked from len0rd/rockbox
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
This commit is contained in:
parent
2c643b9f3e
commit
4d6374c923
107 changed files with 529 additions and 553 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue