--- hatari/src/gui-sdl/dlgAbout.c 2019/04/01 07:13:49 1.1.1.5 +++ hatari/src/gui-sdl/dlgAbout.c 2019/04/01 07:15:38 1.1.1.6 @@ -6,7 +6,7 @@ Show information about the program and its license. */ -const char DlgAbout_rcsid[] = "Hatari $Id: dlgAbout.c,v 1.1.1.5 2019/04/01 07:13:49 root Exp $"; +const char DlgAbout_fileid[] = "Hatari dlgAbout.c : " __DATE__ " " __TIME__; #include "main.h" #include "dialog.h" @@ -17,8 +17,8 @@ const char DlgAbout_rcsid[] = "Hatari $I static SGOBJ aboutdlg[] = { { SGBOX, 0, 0, 0,0, 40,25, NULL }, - { SGTEXT, 0, 0, 14,1, 12,1, PROG_NAME }, - { SGTEXT, 0, 0, 14,2, 12,1, "============" }, + { SGTEXT, 0, 0, 13,1, 12,1, PROG_NAME }, + { SGTEXT, 0, 0, 13,2, 12,1, "=============" }, { SGTEXT, 0, 0, 1,4, 38,1, "Written by Thomas Huth and many other" }, { SGTEXT, 0, 0, 1,5, 38,1, "people around the world." }, { SGTEXT, 0, 0, 2,7, 34,1, "Please see the docs for more info!" },