Fix build date display

This commit is contained in:
Chris Young 2012-08-15 20:18:00 +01:00
parent d73f62aabc
commit 21caff6365
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ static void ami_menu_item_project_about(struct Hook *hook, APTR window, struct I
#else
TDR_Arg2,"graphics.library static build",
#endif
TDR_Arg4,verdate,
TDR_Arg3,verdate,
TAG_DONE);
free(temp2);