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

Modified Files:
        wxComposeView.cpp 
Log Message:
can leave out the 2nd parameter of wxFileType::MessageParameters ctor with 
recent wx

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.415
retrieving revision 1.416
diff -b -u -2 -r1.415 -r1.416
--- wxComposeView.cpp   19 Aug 2006 13:11:59 -0000      1.415
+++ wxComposeView.cpp   23 Aug 2006 15:07:13 -0000      1.416
@@ -3749,5 +3749,5 @@
          // '%s' with the file name or add the file name at the end if
          // there is no '%s'
-         wxFileType::MessageParameters params(tmpFileName.GetName(), 
wxEmptyString);
+         wxFileType::MessageParameters params(tmpFileName.GetName());
          String command = wxFileType::ExpandCommand(extEdit, params);
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to