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

Modified Files:
        wxComposeView.cpp 
Log Message:
TABbing from subject moves to the address field directly, not to the choice

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.272
retrieving revision 1.273
diff -b -u -2 -r1.272 -r1.273
--- wxComposeView.cpp   12 Apr 2002 09:30:12 -0000      1.272
+++ wxComposeView.cpp   14 Apr 2002 09:17:16 -0000      1.273
@@ -700,6 +700,6 @@
 {
    // create controls
-   m_choice = new wxRcptTypeChoice(this, parent);
    m_text = CreateText(parent);
+   m_choice = new wxRcptTypeChoice(this, parent);
    m_btnExpand = new wxRcptExpandButton(this, parent);
 


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to