Changeset 165 for trunk/src/MainFrame.cpp
- Timestamp:
- 09/27/2008 05:56:06 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r164 r165 31 31 #include "wxDynamicBitmap.h" 32 32 #include "ObjectsID.h" 33 #include " HighScoreDialog.h"33 #include "highscores_dialog.h" 34 34 #include "dice_theme_dialog.h" 35 35 #include "About.h" … … 527 527 void MainFrame::OnShowHighscore(wxCommandEvent& event) 528 528 { 529 HighScoreDialog *dialog = new HighScoreDialog(this,wxID_ANY,m_highscoredb); 529 highscores_dialog::HighscoresDialog *dialog = new highscores_dialog::HighscoresDialog(this,m_config); 530 530 531 dialog->ShowModal(); 532 533 delete dialog; 531 534 } 532 535
Note: See TracChangeset
for help on using the changeset viewer.
