-tiny change

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@629 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-06-18 03:45:57 +00:00
parent 8f8625b9f3
commit 60598aa682

View File

@@ -197,7 +197,7 @@ void CDBoxInfoWidget::paint()
sysinfo(&info);
snprintf( ubuf,buf_size, "%2d:%02d%s up ",
snprintf( ubuf,buf_size, "Uptime: %2d:%02d%s up ",
current_time->tm_hour%12 ? current_time->tm_hour%12 : 12,
current_time->tm_min, current_time->tm_hour > 11 ? "pm" : "am");
strcat(sbuf, ubuf);
@@ -220,8 +220,8 @@ void CDBoxInfoWidget::paint()
LOAD_INT(info.loads[1]), LOAD_FRAC(info.loads[1]),
LOAD_INT(info.loads[2]), LOAD_FRAC(info.loads[2]));
strcat(sbuf, ubuf);
ypos+= mheight/2;
g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->RenderString(x+ 10, ypos+ mheight, width - 10, sbuf, COL_MENUCONTENT);
ypos+= mheight/2;
ypos+= mheight;
int headOffset=0;
int mpOffset=0;