From d363db2132fa958fcc02bb3865010c18ca215c52 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sun, 13 Oct 2013 23:02:51 -0400 Subject: [PATCH] Clean out strings now that sm-ssc is something else --- Docs/Doxyfile | 4 ++-- src/archutils/Win32/WindowsResources.rc | 4 ++-- src/sm5-net2010.sln | 2 +- sm-ssc.nsi => stepmania.nsi | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename sm-ssc.nsi => stepmania.nsi (97%) diff --git a/Docs/Doxyfile b/Docs/Doxyfile index e2e1b5d78d..8730181f8e 100644 --- a/Docs/Doxyfile +++ b/Docs/Doxyfile @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = sm-ssc +PROJECT_NAME = StepMania 5 # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -37,7 +37,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "StepMania Fork with more flexibility" +PROJECT_BRIEF = "An advanced dance and rhythm game" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not diff --git a/src/archutils/Win32/WindowsResources.rc b/src/archutils/Win32/WindowsResources.rc index adac032eb7..82d1c97879 100644 --- a/src/archutils/Win32/WindowsResources.rc +++ b/src/archutils/Win32/WindowsResources.rc @@ -201,8 +201,8 @@ BEGIN VALUE "CompanyName", "StepMania Team \n http://www.stepmania.com/" VALUE "FileDescription", "StepMania" VALUE "FileVersion", "5, 0, 0, 0" - VALUE "InternalName", "sm-ssc v1.3.3" - VALUE "LegalCopyright", "Copyright © 2001-2012" + VALUE "InternalName", "StepMania 5" + VALUE "LegalCopyright", "Copyright © 2001-2013" VALUE "OriginalFilename", "StepMania.exe" VALUE "ProductName", "StepMania" VALUE "ProductVersion", "5, 0, 0, 0" diff --git a/src/sm5-net2010.sln b/src/sm5-net2010.sln index f8da302dcd..af03262f59 100644 --- a/src/sm5-net2010.sln +++ b/src/sm5-net2010.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sm-ssc", "StepMania-net2010.vcxproj", "{AF209DBD-24BD-4356-8DFE-41751B221195}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StepMania", "StepMania-net2010.vcxproj", "{AF209DBD-24BD-4356-8DFE-41751B221195}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath\libtommath-net2010.vcxproj", "{FEDE5283-1518-4B1D-8124-5C54DB17EA57}" EndProject diff --git a/sm-ssc.nsi b/stepmania.nsi similarity index 97% rename from sm-ssc.nsi rename to stepmania.nsi index 6a2646967b..8f26c1b42b 100644 --- a/sm-ssc.nsi +++ b/stepmania.nsi @@ -211,7 +211,7 @@ Section "Main Section" SecMain WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_ID}" "Comments" "StepMania 5 is a rhythm game simulator." WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_ID}" "Publisher" "StepMania Team" WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_ID}" "URLInfoAbout" "http://www.stepmania.com/" - WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_ID}" "URLUpdateInfo" "http://code.google.com/p/sm-ssc/" + WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_ID}" "URLUpdateInfo" "http://code.google.com/p/stepmania/" WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_ID}" "UninstallString" '"$INSTDIR\uninstall.exe"' !endif