PRODUCT_NAME -> PRODUCT_FAMILY

PRODUCT_NAME_VER -> PRODUCT_ID_VER
This commit is contained in:
Chris Danford
2006-02-26 00:31:31 +00:00
parent 1f7550852c
commit ff338d15b8
4 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@
#include "RageUtil.h"
#include "RageDisplay.h"
static const RString g_sClassName = RString(PRODUCT_NAME) + " LowLevelWindow_Win32";
static const RString g_sClassName = RString(PRODUCT_ID) + " LowLevelWindow_Win32";
static VideoModeParams g_CurrentParams;
static bool g_bResolutionChanged = false;