Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv21780/include

Modified Files:
        MFolder.h 
Log Message:
prepend the newly created quick filters to the filter list, not append then

Index: MFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFolder.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -b -u -2 -r1.45 -r1.46
--- MFolder.h   19 Dec 2001 12:56:56 -0000      1.45
+++ MFolder.h   27 Mar 2002 19:37:16 -0000      1.46
@@ -182,4 +182,6 @@
    virtual void SetFilters(const wxArrayString& filters) = 0;
 
+      /// adds a filter to the start of the filter list
+   virtual void PrependFilter(const String& filter) = 0;
       /// adds a filter without changing the other ones
    virtual void AddFilter(const String& filter) = 0;


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to