Update serverdlg.h
This commit is contained in:
parent
479ec6f1df
commit
f3fe7934a0
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@
|
|||
#define GUI_CONTRL_UPDATE_TIME 1000 // ms
|
||||
|
||||
// Strings used in multiple places
|
||||
#define SREC_NOT_INITIALISED "Not initialised"
|
||||
#define SREC_NOT_ENABLED "Not enabled"
|
||||
#define SREC_NOT_RECORDING "Not recording"
|
||||
#define SREC_RECORDING "Recording"
|
||||
#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" )
|
||||
|
||||
|
||||
/* Classes ********************************************************************/
|
||||
|
|
Loading…
Reference in a new issue