Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3849/src/gui

Modified Files:
        wxAttachDialog.cpp 
Log Message:
use a combobox allowing to reuse previous MIME type entries instead of a simple 
text control

Index: wxAttachDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxAttachDialog.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- wxAttachDialog.cpp  16 Jan 2006 20:32:27 -0000      1.10
+++ wxAttachDialog.cpp  26 Jun 2006 23:30:46 -0000      1.11
@@ -72,6 +72,6 @@
    // the GUI controls
    wxTextCtrl *m_txtFilename,
-              *m_txtName,
-              *m_txtMime;
+              *m_txtName;
+   wxPTextEntry *m_txtMime;
 
    wxRadioBox *m_radioDisposition;
@@ -183,5 +183,7 @@
                                        _T(":&inline:&attachment"),
                                        widthMax, m_txtName, MARGIN);
-   m_txtMime = CreateTextWithLabel(this, labels[Label_MIME],
+
+   m_txtMime = new wxPTextEntry(_T("AttachMimeType"), this);
+   CreateMessageForControl(this, m_txtMime, labels[Label_MIME],
                                    widthMax, m_radioDisposition, MARGIN);
 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to