From: Vadim Zeitlin Date: Mon, 26 Jul 2010 10:08:19 +0000 (+0000) Subject: No changes, just use traditional English name for Mozart's work. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/54f0a3242c9ffcb08f33e851c9b34812b62348a2 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 --- diff --git a/samples/dataview/dataview.cpp b/samples/dataview/dataview.cpp index e443e2c25d..c0c3be379f 100644 --- a/samples/dataview/dataview.cpp +++ b/samples/dataview/dataview.cpp @@ -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()