]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/dialoged.cpp
unsuccessful attempts to create resizable dir dlg without new folder button; added...
[wxWidgets.git] / utils / dialoged / src / dialoged.cpp
index 3485d5dae506c420de549810cd6430ac9cba9862..3b208d17cd212b9905757ce5be8012f2225be6e0 100644 (file)
@@ -28,6 +28,9 @@
 #if !wxUSE_PROPSHEET
 #error Please set wxUSE_PROPSHEET to 1 in setup.h.
 #endif
+#if !wxUSE_RESOURCES
+#error Please set wxUSE_RESOURCES to 1 in setup.h.
+#endif
 
 IMPLEMENT_APP(MyApp)