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

Modified Files:
        wxFolderView.cpp 
Log Message:
really fixed menu separators in popup menu

Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.653
retrieving revision 1.654
diff -b -u -2 -r1.653 -r1.654
--- wxFolderView.cpp    16 Mar 2004 21:49:59 -0000      1.653
+++ wxFolderView.cpp    17 Mar 2004 22:10:41 -0000      1.654
@@ -1718,7 +1718,7 @@
       {
          WXMENU_MSG_QUICK_FILTER,
-         wxID_SEPARATOR,
+         WXMENU_MSG_SEP3,
          WXMENU_MSG_OPEN,
-         wxID_SEPARATOR,
+         WXMENU_MSG_SEP3,     // always the same but it doesn't matter...
          WXMENU_MSG_REPLY,
          WXMENU_MSG_REPLY_WITH_TEMPLATE,
@@ -1728,5 +1728,5 @@
          WXMENU_MSG_FORWARD_WITH_TEMPLATE,
          WXMENU_MSG_FOLLOWUP_TO_NEWSGROUP,
-         wxID_SEPARATOR,
+         WXMENU_MSG_SEP3,
          WXMENU_MSG_FILTER,
          WXMENU_MSG_PRINT,
@@ -1736,8 +1736,8 @@
          WXMENU_MSG_DELETE,
          WXMENU_MSG_UNDELETE,
-         wxID_SEPARATOR,
+         WXMENU_MSG_SEP3,
          WXMENU_MSG_MARK_READ,
          WXMENU_MSG_MARK_UNREAD,
-         wxID_SEPARATOR,
+         WXMENU_MSG_SEP3,
          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