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

Modified Files:
        wxFolderView.cpp 
Log Message:
WXMENU_SEPARATOR != wxID_SEPARATOR now

Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.652
retrieving revision 1.653
diff -b -u -2 -r1.652 -r1.653
--- wxFolderView.cpp    14 Mar 2004 22:51:37 -0000      1.652
+++ wxFolderView.cpp    16 Mar 2004 21:49:59 -0000      1.653
@@ -1718,7 +1718,7 @@
       {
          WXMENU_MSG_QUICK_FILTER,
-         WXMENU_SEPARATOR,
+         wxID_SEPARATOR,
          WXMENU_MSG_OPEN,
-         WXMENU_SEPARATOR,
+         wxID_SEPARATOR,
          WXMENU_MSG_REPLY,
          WXMENU_MSG_REPLY_WITH_TEMPLATE,
@@ -1728,5 +1728,5 @@
          WXMENU_MSG_FORWARD_WITH_TEMPLATE,
          WXMENU_MSG_FOLLOWUP_TO_NEWSGROUP,
-         WXMENU_SEPARATOR,
+         wxID_SEPARATOR,
          WXMENU_MSG_FILTER,
          WXMENU_MSG_PRINT,
@@ -1736,8 +1736,8 @@
          WXMENU_MSG_DELETE,
          WXMENU_MSG_UNDELETE,
-         WXMENU_SEPARATOR,
+         wxID_SEPARATOR,
          WXMENU_MSG_MARK_READ,
          WXMENU_MSG_MARK_UNREAD,
-         WXMENU_SEPARATOR,
+         wxID_SEPARATOR,
          WXMENU_MSG_SHOWRAWTEXT,
       };



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to