--- hatari/src/gui-sdl/dlgKeyboard.c 2019/04/01 07:15:39 1.1.1.6 +++ hatari/src/gui-sdl/dlgKeyboard.c 2019/04/09 08:53:28 1.1.1.8 @@ -1,10 +1,10 @@ /* Hatari - dlgKeyboard.c - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ -const char DlgKeyboard_rcsid[] = "Hatari $Id: dlgKeyboard.c,v 1.1.1.6 2019/04/01 07:15:39 root Exp $"; +const char DlgKeyboard_fileid[] = "Hatari dlgKeyboard.c : " __DATE__ " " __TIME__; #include @@ -79,7 +79,7 @@ void Dialog_KeyboardDlg(void) { SDLGui_FileConfSelect(dlgmapfile, ConfigureParams.Keyboard.szMappingFileName, - keyboarddlg[DLGKEY_MAPNAME].w, FALSE); + keyboarddlg[DLGKEY_MAPNAME].w, false); } } while (but != DLGKEY_EXIT && but != SDLGUI_QUIT