]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/msw/ole/activex.h
No code changes, removed tabs from source file.
[wxWidgets.git] / interface / wx / msw / ole / activex.h
index 8f79f0e1727f229610baa9a82927527a20a5e810..c43b370cf4540da08fc5a055795865a8d582ba5d 100644 (file)
@@ -85,7 +85,7 @@ public:
     is a platform-specific class).
 
     Note that the HWND that the class contains is the actual HWND of the ActiveX
-    control so using dynamic events and connecting to wxEVT_SIZE, for example,
+    control so using dynamic events and connecting to @c wxEVT_SIZE, for example,
     will receive the actual size message sent to the control.
 
     It is somewhat similar to the ATL class CAxWindow in operation.