Updated copyright date on title screen.
This commit is contained in:
parent
bc2351baf8
commit
330ab19600
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
(See COPYING.txt)
|
(See COPYING.txt)
|
||||||
|
|
||||||
June 14, 2002 - April 15, 2014
|
June 14, 2002 - April 16, 2014
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -22894,7 +22894,7 @@ static void setup(void)
|
||||||
printf("%s\n", tmp_str);
|
printf("%s\n", tmp_str);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
snprintf(tmp_str, sizeof(tmp_str), "© 2002–2012 Bill Kendrick et al.");
|
snprintf(tmp_str, sizeof(tmp_str), "© 2002–2014 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