]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/utils.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / interface / wx / utils.h
index 5573a19b93e4f89b9e6a6234f04b1cc1f6f8e600..53fea4e6bb9a36a73f6e12451e3b40ada51fc6e6 100644 (file)
@@ -590,7 +590,7 @@ wxLoadUserResource(const void **outData,
     @param module The @c HINSTANCE of the module to load the resources from.
         The current module is used by default. This parameter is new since
         wxWidgets 2.9.1.
-    @return A pointer to the data to be <tt>delete[]<tt>d by caller on success
+    @return A pointer to the data to be <tt>delete[]</tt>d by caller on success
         or @NULL on error.
 
     This function is available under Windows only.