Forgot to remove debug code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Brian Smith
2000-04-11 15:38:55 +00:00
parent 101751fbef
commit b92f1634b4

View File

@@ -444,7 +444,6 @@ void MakeProgram(char Title[], char Program[], char Icon[], char dest[], char id
strcat(startpath, ".lnk");
CoInitialize(NULL);
mesg("CreateLink(\"%s\",\"%s\",\"%s\"", Program, startpath, Title);
CreateLink(Program, startpath, Title);
CoUninitialize();
}