Ignore:
Timestamp:
08/15/2009 05:16:35 PM (3 years ago)
Author:
guyru
Message:

initial working code of simple pie plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/statistics_dialog.cpp

    r202 r206  
    4646        games_started = new wxStaticText(this, wxID_ANY, wxT("")); 
    4747        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); 
    4949        statistics_reset_date = new wxStaticText(this, wxID_ANY, wxT("")); 
    5050} 
Note: See TracChangeset for help on using the changeset viewer.