mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-16 03:27:39 -04:00
Cosmetic change - change the "loading ..." splashes to "Loading...", as used everywhere else in Rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15081 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c61e462ae3
commit
e88ac4ce4a
2 changed files with 3 additions and 3 deletions
|
@ -258,7 +258,7 @@ int get_start_time(int play_time, int in_file)
|
||||||
rb->lcd_update();
|
rb->lcd_update();
|
||||||
#ifdef HAVE_LCD_COLOR
|
#ifdef HAVE_LCD_COLOR
|
||||||
if (resume_time > 0)
|
if (resume_time > 0)
|
||||||
rb->splash(0, "loading ...");
|
rb->splash(0, "Loading...");
|
||||||
#endif
|
#endif
|
||||||
slider_state = state1;
|
slider_state = state1;
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -2229,7 +2229,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
PLUGIN_IRAM_INIT(api)
|
PLUGIN_IRAM_INIT(api)
|
||||||
|
|
||||||
rb = api;
|
rb = api;
|
||||||
rb->splash(0, "loading ...");
|
rb->splash(0, "Loading...");
|
||||||
|
|
||||||
/* sets audiosize and returns buffer pointer */
|
/* sets audiosize and returns buffer pointer */
|
||||||
audiobuf = rb->plugin_get_audio_buffer(&audiosize);
|
audiobuf = rb->plugin_get_audio_buffer(&audiosize);
|
||||||
|
@ -2333,7 +2333,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
else if ( start_time > (end_pts_time-start_pts_time) )
|
else if ( start_time > (end_pts_time-start_pts_time) )
|
||||||
start_time = (end_pts_time-start_pts_time);
|
start_time = (end_pts_time-start_pts_time);
|
||||||
|
|
||||||
rb->splash(0, "loading ...");
|
rb->splash(0, "Loading...");
|
||||||
|
|
||||||
/* seek start time */
|
/* seek start time */
|
||||||
seek_pos = seek_PTS( in_file, start_time, 0 );
|
seek_pos = seek_PTS( in_file, start_time, 0 );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue