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

Modified Files:
        wxComposeView.cpp 
Log Message:
start of work to make it possible to edit MIME params of the attachments


Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.296
retrieving revision 1.297
diff -b -u -2 -r1.296 -r1.297
--- wxComposeView.cpp   2 Sep 2002 00:33:55 -0000       1.296
+++ wxComposeView.cpp   2 Sep 2002 00:44:07 -0000       1.297
@@ -3983,2 +3983,15 @@
 }
 
+// ----------------------------------------------------------------------------
+// MessageEditor attachment properties editing dialog
+// ----------------------------------------------------------------------------
+
+void
+MessageEditor::EditAttachmentProperties(EditorContentPart *part)
+{
+   CHECK_RET( part, "no attachment to edit in EditAttachmentProperties" );
+
+   wxLogMessage("Attachment '%s' of type '%s' clicked",
+                part->GetFileName().c_str(), part->GetMimeType().c_str());
+}
+



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to