diff --git a/src/preferences/time/NetworkTimeView.h b/src/preferences/time/NetworkTimeView.h index 8636d3199b..371e2f2517 100644 --- a/src/preferences/time/NetworkTimeView.h +++ b/src/preferences/time/NetworkTimeView.h @@ -25,7 +25,7 @@ class Settings; static const uint32 kMsgNetworkTimeSettings = 'ntst'; static const uint32 kMsgSetDefaultServer = 'setd'; -static const uint32 kMsgServerEdited = 'nsed'; +static const uint32 kMsgServerEdited = 'sved'; static const uint32 kMsgAddServer = 'asrv'; static const uint32 kMsgRemoveServer = 'rsrv'; static const uint32 kMsgResetServerList = 'rstl';