Changeset 206 for trunk/src/statistics_dialog.cpp
- Timestamp:
- 08/15/2009 05:16:35 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/statistics_dialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/statistics_dialog.cpp
r202 r206 46 46 games_started = new wxStaticText(this, wxID_ANY, wxT("")); 47 47 games_finished = new wxStaticText(this, wxID_ANY, wxT("")); 48 histogram = new SimpleHistogram(this, wxID_ANY);48 histogram = new simple_pie_plot::SimplePiePlot(this, wxID_ANY); 49 49 statistics_reset_date = new wxStaticText(this, wxID_ANY, wxT("")); 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.
