Revision: 7225
          http://svn.sourceforge.net/mahogany/?rev=7225&view=rev
Author:   vadz
Date:     2007-04-02 18:13:42 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
use wxFD_MULTIPLE instead of wxMULTIPLE

Modified Paths:
--------------
    trunk/M/src/wx/generic/persctrl.cpp

Modified: trunk/M/src/wx/generic/persctrl.cpp
===================================================================
--- trunk/M/src/wx/generic/persctrl.cpp 2007-04-03 01:11:21 UTC (rev 7224)
+++ trunk/M/src/wx/generic/persctrl.cpp 2007-04-03 01:13:42 UTC (rev 7225)
@@ -2075,7 +2075,7 @@
                                                     defname,
                                                     defext,
                                                     filter,
-                                                    flags | wxMULTIPLE,
+                                                    flags | wxFD_MULTIPLE,
                                                     parent,
                                                     config);
     if ( !dialog )


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to