summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2008-08-15 08:40:34 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2008-08-15 08:40:34 +0000
commit74b01ffbfdcf1620ce4765b3f31c508e65381078 (patch)
tree604c72a35c17305246835b127acd255f8a50daaa
parent01729e7a1841d8aae7be37707dbc7146348c9a64 (diff)
downloadrockbox-74b01ffbfdcf1620ce4765b3f31c508e65381078.tar.gz
rockbox-74b01ffbfdcf1620ce4765b3f31c508e65381078.zip
Adapt comment to the fact that the splash is removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18283 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/recorder/recording.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 5b51cc161d..ae3323ee94 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1435,8 +1435,7 @@ bool recording_screen(bool no_source)
NOTE 2: to be replaced by a global LCD_off() routine */
if(remote_display_on)
{
- /* switch to single screen and put up a splash on the main.
- On the remote we put a two line message */
+ /* switch to single screen, leave message on remote */
screen_update = 1;
screens[1].clear_viewport();
screens[1].puts(0, 0, str(LANG_REMOTE_LCD_OFF));