]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dde.cpp
help search is much faster now (7 times! that's what I call optimization ;-)
[wxWidgets.git] / src / msw / dde.cpp
index 8986ce0e567985be371aca9f2b4613f816d37e15..275f56144f12b549310b6735aed5549df6e3ab5c 100644 (file)
@@ -175,7 +175,7 @@ static void DDEDeleteConnection(HCONV hConv)
   if (found)
        return;
 
-  node = wxDDEServerObjects.First();
+  node = wxDDEClientObjects.First();
   while (node && !found)
   {
     wxDDEClient *object = (wxDDEClient *)node->Data();