Move branding and version strings for program and installer into ProductInfo.inc/h. This will make it easier to keep version the information up to date.

This commit is contained in:
Chris Danford
2003-08-10 03:19:16 +00:00
parent 867dc42ab7
commit 2a2bdb3cb5
4 changed files with 26 additions and 15 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
#include "CodeDetector.h"
#include "RageTextureManager.h"
#include "UnlockSystem.h"
#include "ProductInfo.h"
#define LOGO_ON_COMMAND THEME->GetMetric("ScreenTitleMenu","LogoOnCommand")
@@ -79,7 +80,7 @@ ScreenTitleMenu::ScreenTitleMenu() : Screen("ScreenTitleMenu")
m_textVersion.LoadFromFont( THEME->GetPathToF("Common normal") );
m_textVersion.Command( VERSION_ON_COMMAND );
m_textVersion.SetText( "CVS" );
m_textVersion.SetText( PRODUCT_VER );
this->AddChild( &m_textVersion );