added Start Menu icons, uninstall force, and more to installer

This commit is contained in:
Chris Danford
2002-08-26 19:30:58 +00:00
parent 1efce9f7f7
commit 2cbc4f0dc5
13 changed files with 153 additions and 65 deletions
+4
View File
@@ -390,7 +390,9 @@ CString ThemeManager::GetPathTo( ThemeElement te, CString sThemeName )
CString ThemeManager::GetPathTo( CString sAssetCategory, CString sFileName )
{
#ifdef _DEBUG
try_element_again:
#endif
sAssetCategory.MakeLower();
sFileName.MakeLower();
@@ -510,7 +512,9 @@ CString ThemeManager::GetMetricsPathFromName( CString sThemeName )
CString ThemeManager::GetMetric( CString sScreenName, CString sValueName )
{
#ifdef _DEBUG
try_metric_again:
#endif
CString sCurMetricPath = GetMetricsPathFromName(m_sCurThemeName);
CString sDefaultMetricPath = GetMetricsPathFromName(BASE_THEME_NAME);