]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted accidental change to this file as part of rev 48732
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Sep 2007 09:52:56 +0000 (09:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Sep 2007 09:52:56 +0000 (09:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/minimal.cpp

index 9ca10c1580ee502a89afbdcf426726c408554678..09ed8305c2d58b901ff2939b6f5e47992930ece1 100644 (file)
@@ -172,30 +172,6 @@ MyFrame::MyFrame(const wxString& title)
     CreateStatusBar(2);
     SetStatusText(_T("Welcome to wxWidgets!"));
 #endif // wxUSE_STATUSBAR
-
-    wxTextCtrl* text = new wxTextCtrl(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE | wxTE_DONTWRAP  );
-    text->SetValue( wxT("0 /////////////////////////////////////////////////////////////////////////////\n\
-1 // Name:        minimal.cpp\n\
-2 // Purpose:     Minimal wxWidgets sample\n\
-3 // Author:      Julian Smart\n\
-4 // Modified by:\n\
-5 // Created:     04/01/98\n\
-6 // RCS-ID:      $Id$\n\
-7 // Copyright:   (c) Julian Smart\n\
-8 // Licence:     wxWindows licence\n\
-9 /////////////////////////////////////////////////////////////////////////////\n\
-") );
-
-    text->WriteText( wxT("10 /////////////////////////////////////////////////////////////////////////////\n\
-11 // Name:        minimal.cpp\n\
-12 // Purpose:     Minimal wxWidgets sample\n\
-13 // Author:      Julian Smart\n\
-14 // Modified by:\n\
-15 // Created:     04/01/98\n\
-16 // RCS-ID:      $Id$\n\
-17 // Copyright:   (c) Julian Smart\n\
-18 // Licence:     wxWindows licence\n\
-19 /////////////////////////////////////////////////////////////////////////////") );
 }