From 7582ebf2389fafd3d4f9ce379849464d69462e0a Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 20 Aug 2011 14:04:23 -0500 Subject: [PATCH] sm-ssc -> StepMania --- src/CommandLineActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLineActions.cpp b/src/CommandLineActions.cpp index ef5f26b10c..91b20f7897 100644 --- a/src/CommandLineActions.cpp +++ b/src/CommandLineActions.cpp @@ -93,7 +93,7 @@ static void Version() { #if defined(WIN32) RString sProductID = ssprintf("%s", PRODUCT_ID_VER); - RString sVersion = "(sm-ssc was built without HAVE_VERSION_INFO)"; + RString sVersion = "(StepMania was built without HAVE_VERSION_INFO)"; #if defined(HAVE_VERSION_INFO) sVersion = ssprintf("build %lu\nCompile Date: %s @ %s", version_num, version_date, version_time); #endif // HAVE_VERSION_INFO