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

Modified Files:
        wxComposeView.cpp 
Log Message:
default encoding wasn't used for new messages, fixed

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.348
retrieving revision 1.349
diff -b -u -2 -r1.348 -r1.349
--- wxComposeView.cpp   1 Oct 2003 22:59:12 -0000       1.348
+++ wxComposeView.cpp   2 Oct 2003 10:34:27 -0000       1.349
@@ -1982,5 +1982,5 @@
 
    // set the default encoding if any
-   m_editor->SetEncoding(wxFONTENCODING_DEFAULT);
+   SetEncoding(wxFONTENCODING_DEFAULT);
 
    // we're not modified [any more]



-------------------------------------------------------
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