Change message constant to not use all upper case, which is the system namespace. Thanks Ingo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35807 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2010-03-11 00:11:05 +00:00
parent b19902ae4e
commit 269b77069d
+1 -1
View File
@@ -79,7 +79,7 @@ const uint32 kSortRunningApps = 'SAps';
const uint32 kSuperExpando = 'SprE';
const uint32 kExpandNewTeams = 'ExTm';
const uint32 kAutoRaise = 'AtRs';
const uint32 kRestartTracker = 'TRAK';
const uint32 kRestartTracker = 'Trak';
// from roster_private.h
const uint32 kShutdownSystem = 301;