--- hatari/src/gui-sdl/dlgDevice.c 2019/04/01 07:12:23 1.1.1.2 +++ hatari/src/gui-sdl/dlgDevice.c 2019/04/01 07:13:17 1.1.1.3 @@ -6,7 +6,7 @@ Device (Printer etc.) setup dialog */ -char DlgDevice_rcsid[] = "Hatari $Id: dlgDevice.c,v 1.1.1.2 2019/04/01 07:12:23 root Exp $"; +const char DlgDevice_rcsid[] = "Hatari $Id: dlgDevice.c,v 1.1.1.3 2019/04/01 07:13:17 root Exp $"; #include "main.h" #include "configuration.h" @@ -17,7 +17,7 @@ char DlgDevice_rcsid[] = "Hatari $Id: dl #define DEVDLG_PRNENABLE 3 -#define DEVDLG_PRNBROWSE 4 +#define DEVDLG_PRNBROWSE 5 #define DEVDLG_PRNFILENAME 6 #define DEVDLG_RS232ENABLE 8 #define DEVDLG_RS232OUTBROWSE 10