]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/xrc_format.h
using CLSCTX_ALL fails with Microsoft Office applications, correct the last change...
[wxWidgets.git] / docs / doxygen / overviews / xrc_format.h
index ba71107d3d09d7b2ac97c5ec780a8111138806a8..18931c53af3b4e249f9de08284230412979080ce 100644 (file)
@@ -362,7 +362,7 @@ In most cases, specifying @c stock_client is not needed.
 Examples of stock bitmaps usage:
 @code
 <bitmap stock_id="fixed-width"/>        <!-- custom app-specific art -->
-<bitmap stock_id="wxART_FILE_OPEN"/>    <!-- standard art->
+<bitmap stock_id="wxART_FILE_OPEN"/>    <!-- standard art -->
 @endcode
 
 Specifying the bitmap directly and using @c stock_id are mutually exclusive.