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

Modified Files:
        wxComposeView.cpp 
Log Message:
simplify wxFileType::ExpandCommand() call even more

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.416
retrieving revision 1.417
diff -b -u -2 -r1.416 -r1.417
--- wxComposeView.cpp   23 Aug 2006 15:07:13 -0000      1.416
+++ wxComposeView.cpp   23 Aug 2006 15:35:54 -0000      1.417
@@ -3749,6 +3749,6 @@
          // '%s' with the file name or add the file name at the end if
          // there is no '%s'
-         wxFileType::MessageParameters params(tmpFileName.GetName());
-         String command = wxFileType::ExpandCommand(extEdit, params);
+         String
+            command = wxFileType::ExpandCommand(extEdit, 
tmpFileName.GetName());
 
          // do start the external process


-------------------------------------------------------------------------
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