~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to src/dialogs/lenmus_dlg_debug.cpp

  • Committer: Cecilio Salmeron
  • Date: 2012-12-13 21:41:44 UTC
  • Revision ID: s.cecilios@gmail.com-20121213214144-48cgdrxbok8xb171
added application icon and desktop file for linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 
117
117
void DlgDebug::OnSave(wxCommandEvent& WXUNUSED(event))
118
118
{
119
 
        wxString sFilename = wxFileSelector(_("File to save"));
 
119
    wxString sFilename = wxFileSelector(_T("File to save"), _T(""), _T("debug"), _T("txt"),
 
120
                                        _T("*.*"),  wxFD_SAVE);
120
121
        if ( !sFilename.empty() )
121
122
        {
122
123
                // save the file