git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43577
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
editMenu->Append(wxID_COPY, _("&Copy\tCtrl+C"));
editMenu->Append(wxID_PASTE, _("&Paste\tCtrl+V"));
editMenu->Append(wxID_COPY, _("&Copy\tCtrl+C"));
editMenu->Append(wxID_PASTE, _("&Paste\tCtrl+V"));
- editMenu->Append(wxID_CLEAR, _("&Delete\tDel"));
-
editMenu->AppendSeparator();
editMenu->Append(wxID_SELECTALL, _("Select A&ll\tCtrl+A"));
#if 0
editMenu->AppendSeparator();
editMenu->Append(wxID_SELECTALL, _("Select A&ll\tCtrl+A"));
#if 0
r.BeginBold();
r.BeginFontSize(14);
r.BeginBold();
r.BeginFontSize(14);
- r.WriteText(wxT("Welcome to wxRichTextCtrl, a wxWidgets control for editing and presenting styled text and images"));
+ r.WriteText(wxT("Welcome to wxRichTextCtrl, a wxWidgets control"));
+ r.LineBreak();
+ r.WriteText(wxT("for editing and presenting styled text and images"));
r.EndFontSize();
r.Newline();
r.EndFontSize();
r.Newline();