(svn r22789) -Codechange: rename generation window class to modal progress

This commit is contained in:
rubidium
2011-08-21 12:49:14 +00:00
parent 421053a694
commit e99aec39ef
3 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ static void CleanupGeneration()
_gw.abortp = NULL;
_gw.threaded = false;
DeleteWindowById(WC_GENERATE_PROGRESS_WINDOW, 0);
DeleteWindowById(WC_MODAL_PROGRESS, 0);
MarkWholeScreenDirty();
}