Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv7043/src/gui
Modified Files:
wxMsgCmdProc.cpp
Log Message:
dirty fix for the problem of not inserting the signature if choosing not to include
the original message in the reply
Index: wxMsgCmdProc.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMsgCmdProc.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -u -2 -r1.19 -r1.20
--- wxMsgCmdProc.cpp 28 Apr 2002 14:47:00 -0000 1.19
+++ wxMsgCmdProc.cpp 6 May 2002 11:52:52 -0000 1.20
@@ -701,7 +701,9 @@
if ( quote == M_ACTION_NEVER )
{
- // can't just leave it empty because wxComposeView::DoInitText()
- // would use the default for it then
- templ = "$cursor";
+ // FIXME: this is just a quick and dirty hack, what we really
+ // need is a way to pass an extra flag to ReplyMessages()
+ // below, but simply doing this should work in most cases
+ templ.Replace("$QUOTE", "");
+ templ.Replace("$quote", "");
}
_______________________________________________________________
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