]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
fix for IsAlive() called after Kill() or Exit()
[wxWidgets.git] / src / msw / utilsexc.cpp
index d42b1a4838d7527a3567a90bbfff18c57ea01405..aca3e0336c8eaec2ff4b9f1ed3ebc2b166003c78 100644 (file)
@@ -454,7 +454,7 @@ static bool wxExecuteDDE(const wxString& ddeServer,
     bool ok = FALSE;
 
     wxDDEClient client;
-    wxConnectionBase *conn = client.MakeConnection(_T(""),
+    wxConnectionBase *conn = client.MakeConnection(wxEmptyString,
                                                    ddeServer,
                                                    ddeTopic);
     if ( !conn )