Ignore:
Timestamp:
09/27/2008 05:56:06 PM (4 years ago)
Author:
guyru
Message:

new highscore dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MainFrame.cpp

    r164 r165  
    3131#include "wxDynamicBitmap.h" 
    3232#include "ObjectsID.h" 
    33 #include "HighScoreDialog.h" 
     33#include "highscores_dialog.h" 
    3434#include "dice_theme_dialog.h" 
    3535#include "About.h" 
     
    527527void MainFrame::OnShowHighscore(wxCommandEvent& event) 
    528528{ 
    529         HighScoreDialog *dialog = new HighScoreDialog(this,wxID_ANY,m_highscoredb); 
     529        highscores_dialog::HighscoresDialog *dialog = new highscores_dialog::HighscoresDialog(this,m_config); 
     530 
    530531        dialog->ShowModal(); 
     532 
     533        delete dialog; 
    531534} 
    532535 
Note: See TracChangeset for help on using the changeset viewer.