Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv19817/src/gui

Modified Files:
        wxMDialogs.cpp 
Log Message:
put focus initially to the text control in the text view dialog

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.368
retrieving revision 1.369
diff -b -u -2 -r1.368 -r1.369
--- wxMDialogs.cpp      3 May 2002 15:35:23 -0000       1.368
+++ wxMDialogs.cpp      5 May 2002 22:13:31 -0000       1.369
@@ -369,4 +369,6 @@
        Layout();
 #endif
+
+       m_text->SetFocus();
     }
 


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to