sm-ssc -> StepMania

This commit is contained in:
AJ Kelly
2011-08-20 14:04:23 -05:00
parent 5e96a319ff
commit 7582ebf238
+1 -1
View File
@@ -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