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

Modified Files:
        wxMDialogs.cpp 
Log Message:
changed the address extraction listbox to the multi selection mode

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.369
retrieving revision 1.370
diff -b -u -2 -r1.369 -r1.370
--- wxMDialogs.cpp      5 May 2002 22:13:31 -0000       1.369
+++ wxMDialogs.cpp      5 May 2002 23:07:55 -0000       1.370
@@ -2900,5 +2900,6 @@
                                        wxDefaultPosition,
                                        wxDefaultSize,
-                                       count, aChoices
+                                       count, aChoices,
+                                       wxLB_EXTENDED
                                       );
 
@@ -2923,6 +2924,4 @@
 
     Centre(wxBOTH);
-
-    m_checklstbox->SetFocus();
 }
 
@@ -2934,4 +2933,7 @@
       m_checklstbox->Check(m_selections->Item(n));
    }
+
+   m_checklstbox->Select(0);
+   m_checklstbox->SetFocus();
 
    return TRUE;


_______________________________________________________________

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