--- previous/src/gui-sdl/dlgAbout.c 2018/04/24 19:30:45 1.1.1.2 +++ previous/src/gui-sdl/dlgAbout.c 2018/04/24 19:34:37 1.1.1.3 @@ -19,19 +19,18 @@ static SGOBJ aboutdlg[] = { SGBOX, 0, 0, 0,0, 56,22, NULL }, { SGTEXT, 0, 0, 21,1, 12,1, PROG_NAME }, { SGTEXT, 0, 0, 21,2, 12,1, "==============" }, - { SGTEXT, 0, 0, 1,4, 38,1, "Previous emulates NeXT computer systems. It is derived" }, - { SGTEXT, 0, 0, 1,5, 38,1, "from Hatari. This application is the work of many." }, - { SGTEXT, 0, 0, 1,6, 38,1, "It was only possible with the help of the community at" }, - { SGTEXT, 0, 0, 1,7, 38,1, "the NeXT International forums (www.nextcomputers.org)." }, - { SGTEXT, 0, 0, 1,9, 38,1, "This program is free software; you can redistribute it" }, - { SGTEXT, 0, 0, 1,10, 38,1, "and/or modify it under the terms of the GNU General" }, - { SGTEXT, 0, 0, 1,11, 38,1, "Public License as published by the Free Software" }, - { SGTEXT, 0, 0, 1,12, 38,1, "Foundation; either version 2 of the license, or (at" }, - { SGTEXT, 0, 0, 1,13, 38,1, "your option) any later version." }, - { SGTEXT, 0, 0, 1,15, 38,1, "This program is distributed in the hope that it will" }, - { SGTEXT, 0, 0, 1,16, 38,1, "be useful, but WITHOUT ANY WARRANTY." }, - { SGTEXT, 0, 0, 1,17, 38,1, "See the GNU General Public License for more details." }, - { SGBUTTON, SG_DEFAULT, 0, 24,20, 8,1, "OK" }, + { SGTEXT, 0, 0, 2,4, 52,1, "Previous is a NeXT computer system (black hardware) " }, + { SGTEXT, 0, 0, 2,5, 52,1, "emulator. It was written by Andreas Grabher, " }, + { SGTEXT, 0, 0, 2,6, 52,1, "Simon Schubiger and Gilles Fetis with the help of " }, + { SGTEXT, 0, 0, 2,7, 52,1, "the community at the NeXT International Forums " }, + { SGTEXT, 0, 0, 2,8, 52,1, "(http://www.nextcomputers.org/forums). Previous is " }, + { SGTEXT, 0, 0, 2,9, 52,1, "the work of many. " }, + { SGTEXT, 0, 0, 2,11, 52,1, "This program is free software. You can redistribute " }, + { SGTEXT, 0, 0, 2,12, 52,1, "it and/or modify it. Please check the License and " }, + { SGTEXT, 0, 0, 2,13, 52,1, "Copyright in the individual source files. " }, + { SGTEXT, 0, 0, 2,15, 52,1, "This program is distributed in the hope that it will" }, + { SGTEXT, 0, 0, 2,16, 52,1, "be useful, but WITHOUT ANY WARRANTY. " }, + { SGBUTTON, SG_DEFAULT, 0, 24,19, 8,1, "OK" }, { -1, 0, 0, 0,0, 0,0, NULL } };