Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv3660
Modified Files:
AudacityApp.cpp
Log Message:
A slight change to prevent a duplicate project window.
Index: AudacityApp.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudacityApp.cpp,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- AudacityApp.cpp 10 Apr 2007 03:57:47 -0000 1.166
+++ AudacityApp.cpp 10 Apr 2007 04:05:26 -0000 1.167
@@ -1348,7 +1348,7 @@
if (!associateFileTypes.Exists() ||
(tmpRegAudPath.Find(wxT("audacity.exe")) >= 0)) {
associateFileTypes.Create(true);
- associateFileTypes = (wxString)argv[0] + (wxString)wxT("
\"%1\"");
+ associateFileTypes = (wxString)argv[0]; // + (wxString)wxT("
\"%1\"");
}
associateFileTypes.SetName(root_key +
wxT("Audacity.Project\\shell\\open\\ddeexec"));
-------------------------------------------------------------------------
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