Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv26487/include/gui

Modified Files:
        wxComposeView.h 
Log Message:
added QuoteText()

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.93
retrieving revision 1.94
diff -b -u -2 -r1.93 -r1.94
--- wxComposeView.h     19 Sep 2003 13:31:19 -0000      1.93
+++ wxComposeView.h     6 Oct 2003 00:36:25 -0000       1.94
@@ -524,4 +524,16 @@
                            const MessageView *msgview = NULL);
 
+/**
+   Return the string containing quoted (i.e. prefixed with reply marker) text.
+
+   @param text the text to quote
+   @param profile to get the options from
+   @param msg the message we're replying to (for attribution)
+   @return the quoted text
+ */
+extern String QuoteText(const String& text,
+                        Profile *profile,
+                        Message *msgOriginal);
+
 #endif // WXCOMPOSEVIEW_H
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to