No reason to add "maemo" to version display.
Fixed messed up characters in copyright string introduced during Maemo update.
This commit is contained in:
parent
fc176e95f9
commit
9e7c10e96b
1 changed files with 1 additions and 6 deletions
|
|
@ -6870,13 +6870,8 @@ static void setup(int argc, char *argv[])
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef NOKIA_770
|
|
||||||
snprintf(tmp_str, sizeof(tmp_str), "Version: %s – %s - Maemo", VER_VERSION,
|
|
||||||
VER_DATE);
|
|
||||||
#else
|
|
||||||
snprintf(tmp_str, sizeof(tmp_str), "Version: %s – %s", VER_VERSION,
|
snprintf(tmp_str, sizeof(tmp_str), "Version: %s – %s", VER_VERSION,
|
||||||
VER_DATE);
|
VER_DATE);
|
||||||
#endif
|
|
||||||
|
|
||||||
tmp_surf = render_text(medium_font, tmp_str, black);
|
tmp_surf = render_text(medium_font, tmp_str, black);
|
||||||
dest.x = 10;
|
dest.x = 10;
|
||||||
|
|
@ -6888,7 +6883,7 @@ static void setup(int argc, char *argv[])
|
||||||
printf("%s\n", tmp_str);
|
printf("%s\n", tmp_str);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
snprintf(tmp_str, sizeof(tmp_str), "© 2002~@~S2006 Bill Kendrick et al.");
|
snprintf(tmp_str, sizeof(tmp_str), "© 2002–2007 Bill Kendrick et al.");
|
||||||
tmp_surf = render_text(medium_font, tmp_str, black);
|
tmp_surf = render_text(medium_font, tmp_str, black);
|
||||||
dest.x = 10;
|
dest.x = 10;
|
||||||
dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);
|
dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue