From 74fd14ef236a18b9cd7d511ee97cf2212f2d5cf0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 15 Dec 2005 18:56:18 +0000 Subject: [PATCH] cleanup. This name is for human consumption (crash dumps, debugger thread lists). --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index e54f18e8b7..4d34279759 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -928,7 +928,7 @@ int main(int argc, char* argv[]) #endif RageThread mainThread; - mainThread.SetName( "MainThread" ); + mainThread.SetName( "Main thread" ); mainThread.CreateThisThread(); SetCommandlineArguments( argc, argv );