]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just use traditional English name for Mozart's work.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jul 2010 10:08:19 +0000 (10:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jul 2010 10:08:19 +0000 (10:08 +0000)
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

samples/dataview/dataview.cpp

index e443e2c25d335421e5a23801d8e548894e1b28bc..c0c3be379f2cf43512e8367f9d745dfc2735e212 100644 (file)
@@ -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()