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:
leavengood
2011-06-11 14:11:30 +00:00
parent 448068fcce
commit a2a9adafa2
+1 -1
View File
@@ -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';