]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/msw/issues.txt
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types
[wxWidgets.git] / docs / msw / issues.txt
index 2f245e467b6783134c94004f7e1af31497ed7d89..be643eac48c84603d77405e39ac6c2cfe10fd182 100644 (file)
@@ -18,7 +18,7 @@ resourc2.cpp). Unfortunately we still get the error:
 
 The solution is probably to load wxResourceBitListTable
 dynamically using LoadString to load the names, and initialize the table
 
 The solution is probably to load wxResourceBitListTable
 dynamically using LoadString to load the names, and initialize the table
-at wxWindows start-up.
+at wxWidgets start-up.
 
 Meanwhile the work-around is to switch wxUSE_WX_RESOURCES to 0
 (done in setup.h if BC++/16-bit mode is detected).
 
 Meanwhile the work-around is to switch wxUSE_WX_RESOURCES to 0
 (done in setup.h if BC++/16-bit mode is detected).