Change value of constant to better reflect the name. It had a different name
when I first added it to the code. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42100 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user