Ignore:
Timestamp:
10/03/2008 07:39:43 AM (4 years ago)
Author:
guyru
Message:
  • Add "Clear", "Configure" buttons to Highscores Dialog, add ability to resize the Highscores list and clear it.

Fix the date formatting when submitting to Highscores list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MainFrame.cpp

    r166 r167  
    541541 
    542542        if (settings_dialog->ShowModal()!=wxID_OK) { 
     543                delete settings_dialog; 
    543544                return; 
    544545        } 
     
    10171018        date = now.FormatDate().mb_str(); 
    10181019        date += " "; 
    1019         date += now.FormatISOTime().SubString(0,5).mb_str(); 
     1020        date += now.FormatISOTime().SubString(0,4).mb_str(); 
    10201021 
    10211022        int rank = m_config->submitHighscore(score, name, date); 
Note: See TracChangeset for help on using the changeset viewer.