Update serverdlg.h

This commit is contained in:
ignotus 2020-07-06 09:28:12 +02:00 committed by GitHub
parent 963415c10d
commit 8841ce9bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -47,10 +47,10 @@
#define GUI_CONTRL_UPDATE_TIME 1000 // ms
// Strings used in multiple places
#define SREC_NOT_INITIALISED tr ( "Not initialised" )
#define SREC_NOT_ENABLED tr ( "Not enabled" )
#define SREC_NOT_RECORDING tr ( "Not recording" )
#define SREC_RECORDING tr ( "Recording" )
#define SREC_NOT_INITIALISED CServerDlg::tr ( "Not initialised" )
#define SREC_NOT_ENABLED CServerDlg::tr ( "Not enabled" )
#define SREC_NOT_RECORDING CServerDlg::tr ( "Not recording" )
#define SREC_RECORDING CServerDlg::tr ( "Recording" )
/* Classes ********************************************************************/