]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sound/sound.cpp
Fixed mismatch in amount of format specifiers in Japanese translation for i18n sample.
[wxWidgets.git] / samples / sound / sound.cpp
index e44158e9958991693b531b6f1e780735219d349f..1ec5f2b94287618d50f84198583d0ec8682d8a63 100644 (file)
@@ -213,7 +213,7 @@ MyFrame::MyFrame(const wxString& title)
     playMenu->Append(Sound_PlayBell, wxT("Play system bell"));
 
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(Sound_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(Sound_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     // now append the freshly created menu to the menu bar...
     wxMenuBar *menuBar = new wxMenuBar();