]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/textdlgg.cpp
fixed build
[wxWidgets.git] / src / generic / textdlgg.cpp
index 4397306f2eb9031d64f7e5233517d108d264716f..55772c3c0e6dc4026d2db553994173ba8c7e270b 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -114,6 +114,7 @@ wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent,
 
     Centre( wxBOTH );
 
+    m_textctrl->SetSelection(-1, -1);
     m_textctrl->SetFocus();
 
     wxEndBusyCursor();