This commit is contained in:
Glenn Maynard
2005-07-18 02:45:40 +00:00
parent a37a18aada
commit cc00fbb7ef
5 changed files with 4 additions and 24 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ public:
void Init()
{
ScreenPrompt::Init();
this->Load( SM_None, "These steps will be lost permanently.\n\nContinue with delete?", PROMPT_YES_NO, ANSWER_NO );
this->Load( "These steps will be lost permanently.\n\nContinue with delete?", PROMPT_YES_NO, ANSWER_NO );
}
void End( bool bCancelled )