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

Modified Files:
        MessageEditor.h ViewFilter.h 
Log Message:
unicode fixes - it links now

Index: MessageEditor.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageEditor.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -u -2 -r1.18 -r1.19
--- MessageEditor.h     12 Oct 2003 11:30:12 -0000      1.18
+++ MessageEditor.h     13 Oct 2003 00:41:13 -0000      1.19
@@ -384,7 +384,7 @@
       DEFAULT_ENTRY_FUNC;                                                  \
    };                                                                      \
-   MMODULE_BEGIN_IMPLEMENT(cname##Factory, #cname,                         \
-                           MESSAGE_EDITOR_INTERFACE, desc, "1.00")         \
-      MMODULE_PROP("author", cpyright)                                     \
+   MMODULE_BEGIN_IMPLEMENT(cname##Factory, _T(#cname),                     \
+                           MESSAGE_EDITOR_INTERFACE, desc, _T("1.00"))     \
+      MMODULE_PROP(_T("author"), cpyright)                                 \
    MMODULE_END_IMPLEMENT(cname##Factory)                                   \
    MModule *cname##Factory::Init(int /* version_major */,                  \

Index: ViewFilter.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ViewFilter.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- ViewFilter.h        2 Oct 2003 09:49:38 -0000       1.8
+++ ViewFilter.h        13 Oct 2003 00:41:13 -0000      1.9
@@ -196,7 +196,7 @@
       DEFAULT_ENTRY_FUNC;                                                  \
    };                                                                      \
-   MMODULE_BEGIN_IMPLEMENT(cname##Factory, #cname,                         \
-                           VIEW_FILTER_INTERFACE, desc, "1.00")            \
-      MMODULE_PROP("author", cpyright)                                     \
+   MMODULE_BEGIN_IMPLEMENT(cname##Factory, _T(#cname),                     \
+                           VIEW_FILTER_INTERFACE, desc, _T("1.00"))        \
+      MMODULE_PROP(_T("author"), cpyright)                                 \
    MMODULE_END_IMPLEMENT(cname##Factory)                                   \
    MModule *cname##Factory::Init(int /* version_major */,                  \



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to