move all URLs into ProductInfo.h

This commit is contained in:
Chris Danford
2005-10-28 03:10:48 +00:00
parent 6e5b3a5ed8
commit 092b5d969d
6 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -46,6 +46,7 @@
#include "RageMath.h"
#include "RageTypes.h"
#include "RageUtil.h"
#include "ProductInfo.h"
#include "arch/LowLevelWindow/LowLevelWindow.h"
@@ -456,7 +457,7 @@ CString RageDisplay_OGL::Init( VideoModeParams p, bool bAllowUnacceleratedRender
* too using Direct3D directly. (If we can't, it's a bug that we can work
* around--if GLDirect can do it, so can we!) */
if( !strncmp( (const char *) glGetString(GL_RENDERER), "GLDirect", 8 ) )
return "GLDirect was detected. GLDirect is not compatible with StepMania, and should be disabled.\n";
return "GLDirect was detected. GLDirect is not compatible with " PRODUCT_NAME ", and should be disabled.\n";
#endif
#if defined(UNIX)