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
@@ -132,7 +132,7 @@ void ArchHooks_Win32::CheckVideoDriver()
if( info.sDescription != sPrimaryDeviceName )
continue;
/* "IntelR 810 Chipset Graphics Driver PV 2.1". I get a lot of crash reports
/* "IntelR 810 Chipset Graphics Driver PV 2.1". There are a lot of crash reports
* with people using this version. */
if( Regex( "Intel.* 810 Chipset Graphics Driver PV 2.1").Compare( info.sDescription ) )
{