Update serverdlg.h
This commit is contained in:
parent
963415c10d
commit
8841ce9bbf
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@
|
||||||
#define GUI_CONTRL_UPDATE_TIME 1000 // ms
|
#define GUI_CONTRL_UPDATE_TIME 1000 // ms
|
||||||
|
|
||||||
// Strings used in multiple places
|
// Strings used in multiple places
|
||||||
#define SREC_NOT_INITIALISED tr ( "Not initialised" )
|
#define SREC_NOT_INITIALISED CServerDlg::tr ( "Not initialised" )
|
||||||
#define SREC_NOT_ENABLED tr ( "Not enabled" )
|
#define SREC_NOT_ENABLED CServerDlg::tr ( "Not enabled" )
|
||||||
#define SREC_NOT_RECORDING tr ( "Not recording" )
|
#define SREC_NOT_RECORDING CServerDlg::tr ( "Not recording" )
|
||||||
#define SREC_RECORDING tr ( "Recording" )
|
#define SREC_RECORDING CServerDlg::tr ( "Recording" )
|
||||||
|
|
||||||
|
|
||||||
/* Classes ********************************************************************/
|
/* Classes ********************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue