From 9d65ef05dae24f531a1186f8436619d83abbded6 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 20 Oct 2005 01:03:07 +0000 Subject: [PATCH] move product specific strings to defines --- stepmania/src/ProductInfo.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ProductInfo.inc b/stepmania/src/ProductInfo.inc index 4e087473dd..56e9dea504 100644 --- a/stepmania/src/ProductInfo.inc +++ b/stepmania/src/ProductInfo.inc @@ -9,3 +9,5 @@ ; String used for the install directory and registry locations ; Official releases = "StepMania"; intermediate releases = "StepMania CVS". !define PRODUCT_ID "StepMania CVS" + +!define PRODUCT_URL "http://www.stepmania.com"