]> git.saurik.com Git - wxWidgets.git/commitdiff
Clearly indicate that DialogEd requires wxr to compile.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 23 Jan 2003 20:30:40 +0000 (20:30 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 23 Jan 2003 20:30:40 +0000 (20:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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)