Update of /cvsroot/audacity/audacity-src/src/widgets
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5565
Modified Files:
LinkingHtmlWindow.cpp
Log Message:
Just put a wrapper on a lit.
Index: LinkingHtmlWindow.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/LinkingHtmlWindow.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- LinkingHtmlWindow.cpp 18 Mar 2007 22:26:06 -0000 1.1
+++ LinkingHtmlWindow.cpp 22 Mar 2007 04:51:26 -0000 1.2
@@ -19,7 +19,7 @@
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link)
{
#ifdef __WXMAC__
- wxString openCmd = "open " + link.GetHref();
+ wxString openCmd = wxT("open ") + link.GetHref();
::wxExecute(openCmd);
#else
wxFileType* pFileType =
wxTheMimeTypesManager->GetFileTypeFromExtension(wxT(".htm"));
-------------------------------------------------------------------------
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
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs