~s-cecilio/lenmus/v5.1.x

« back to all changes in this revision

Viewing changes to src/mdi/DocViewMDI.cpp

  • Committer: cecilios
  • Date: 2008-09-13 17:53:40 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:387

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
//
20
20
//    You should have received a copy of the GNU General Public License along with this 
21
21
//    program. If not, see <http://www.gnu.org/licenses/>. 
22
 
 
23
22
//
24
23
//    For any comment, suggestion or feature request, please contact the manager of 
25
24
//    the project at cecilios@users.sourceforge.net
30
29
#pragma implementation "DocViewMDI.h"
31
30
#endif
32
31
 
33
 
#include "../app/global.h"
34
 
 
35
 
#if lmUSE_NOTEBOOK_MDI
36
 
 
37
 
 
38
32
// For compilers that support precompilation, includes "wx.h".
39
33
#include "wx/wxprec.h"
40
34
 
221
215
    event.Veto();
222
216
}
223
217
 
224
 
#endif  //lmUSE_NOTEBOOK_MDI