No changes, just use traditional English name for Mozart's work.
In English, this work (K. 525) is always referred to with its indefinite article included and its appearance without it is jarring. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -856,7 +856,7 @@ void MyFrame::OnDrop( wxDataViewEvent &event )
|
||||
|
||||
void MyFrame::OnAddMozart( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
m_music_model->AddToClassical( "Kleine Nachtmusik", "Wolfgang Mozart", 1787 );
|
||||
m_music_model->AddToClassical( "Eine kleine Nachtmusik", "Wolfgang Mozart", 1787 );
|
||||
}
|
||||
|
||||
void MyFrame::DeleteSelectedItems()
|
||||
|
Reference in New Issue
Block a user