]> git.saurik.com Git - wxWidgets.git/commitdiff
updated nomenclature in menu item
authorBenjamin Williams <bwilliams@kirix.com>
Fri, 10 Nov 2006 06:23:24 +0000 (06:23 +0000)
committerBenjamin Williams <bwilliams@kirix.com>
Fri, 10 Nov 2006 06:23:24 +0000 (06:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/aui/auidemo.cpp

index cb9cdd25096184c06ce09b641e214eeb9788636d..6ccb3a132b43ba23ec38ba10f846509c2d1e5044 100644 (file)
@@ -668,7 +668,7 @@ MyFrame::MyFrame(wxWindow* parent,
     view_menu->Append(ID_TextContent, _("Use a Text Control for the Content Pane"));
     view_menu->Append(ID_HTMLContent, _("Use an HTML Control for the Content Pane"));
     view_menu->Append(ID_TreeContent, _("Use a Tree Control for the Content Pane"));
-    view_menu->Append(ID_NotebookContent, _("Use a AUI wxMultiNotebook control for the Content Pane"));
+    view_menu->Append(ID_NotebookContent, _("Use a wxAuiNotebook control for the Content Pane"));
     view_menu->Append(ID_SizeReportContent, _("Use a Size Reporter for the Content Pane"));
 
     wxMenu* options_menu = new wxMenu;