Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31614/src/modules

Modified Files:
        BareBonesEditor.cpp 
Log Message:
harmless warning fix under non-Win32

Index: BareBonesEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/BareBonesEditor.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -b -u -2 -r1.34 -r1.35
--- BareBonesEditor.cpp 7 Oct 2004 20:57:47 -0000       1.34
+++ BareBonesEditor.cpp 11 Oct 2004 00:28:45 -0000      1.35
@@ -1224,8 +1224,8 @@
    m_getNextAttachement = 0;
 
-   wxFontEncoding encPart = wxFONTENCODING_SYSTEM;
    wxString text;
 
 #if wxUSE_WCHAR_T && defined(OS_WIN)
+   wxFontEncoding encPart = wxFONTENCODING_SYSTEM;
    wxWCharBuffer wbuf = m_textControl->GetUnicodeText();
 



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to