args were switched

This commit is contained in:
Glenn Maynard
2002-11-11 08:38:50 +00:00
parent 628dea9da7
commit ad8c435d67
+1 -1
View File
@@ -259,7 +259,7 @@ try_metric_again:
}
#ifdef _DEBUG
if( IDRETRY == MessageBox(NULL,"ThemeManager",ssprintf("The theme metric %s-%s is missing. Correct this and click Retry, or Cancel to break.",sClassName.GetString(),sValueName.GetString()), MB_RETRYCANCEL ) )
if( IDRETRY == MessageBox(NULL,ssprintf("The theme metric %s-%s is missing. Correct this and click Retry, or Cancel to break.",sClassName.GetString(),sValueName.GetString()),"ThemeManager",MB_RETRYCANCEL ) )
goto try_metric_again;
#endif