~s-cecilio/lenmus/trunk

« back to all changes in this revision

Viewing changes to src/properties/lenmus_dlg_properties.cpp

  • Committer: Cecilio Salmeron
  • Date: 2015-09-20 10:22:50 UTC
  • Revision ID: s.cecilios@gmail.com-20150920102250-zkvy6t678gnhmwzz
Changes to prepare a new release:
    * Updated CMakeLists.txt
    * Added missing files
    * wxWidgets 3.0 conversion:
* changed all c_str() by wx_str()
    * changed DECLARE_ .. et all macros

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//---------------------------------------------------------------------------------------
2
2
//    LenMus Phonascus: The teacher of music
3
 
//    Copyright (c) 2002-2014 LenMus project
 
3
//    Copyright (c) 2010-2015 LenMus project
4
4
//
5
5
//    This program is free software; you can redistribute it and/or modify it under the
6
6
//    terms of the GNU General Public License as published by the Free Software Foundation,
45
45
 
46
46
const long k_id_notebook = ::wxNewId();
47
47
 
48
 
BEGIN_EVENT_TABLE(DlgProperties, wxDialog)
 
48
wxBEGIN_EVENT_TABLE(DlgProperties, wxDialog)
49
49
    EVT_BUTTON(wxID_OK, DlgProperties::OnAccept)
50
50
    EVT_BUTTON(wxID_CANCEL, DlgProperties::OnCancel)
51
51
    EVT_NOTEBOOK_PAGE_CHANGED(k_id_notebook, DlgProperties::OnPageChanged)
52
 
END_EVENT_TABLE()
 
52
wxEND_EVENT_TABLE()
53
53
 
54
54
//---------------------------------------------------------------------------------------
55
55
DlgProperties::DlgProperties(wxWindow* pParent, ApplicationScope& appScope,