Modified update checker to get it to compile

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@605 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-08-07 14:53:11 +00:00
parent 565ddc1e12
commit ca18e192fc
4 changed files with 91 additions and 68 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ void SetWindow::onFileExportMWS(wxCommandEvent&) {
}
void SetWindow::onFileCheckUpdates(wxCommandEvent&) {
(new UpdateWindow)->Show();
(new UpdatesWindow)->Show();
}
void SetWindow::onFilePrint(wxCommandEvent&) {