]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/colordlg.cpp
Documented help API extension and fixed gsocket compilation.
[wxWidgets.git] / src / stubs / colordlg.cpp
index 9e970859aa73344e449b00d7f06d899f3dc88178..2275a9a39d679502d0a4c20e4d09c29009dc9445 100644 (file)
@@ -1,6 +1,7 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        colordlg.cpp
-// Purpose:     wxColourDialog class
+// Purpose:     wxColourDialog class. NOTE: you can use the generic class
+//              if you wish, instead of implementing this.
 // Author:      AUTHOR
 // Modified by:
 // Created:     ??/??/98
@@ -13,7 +14,7 @@
 #pragma implementation "colordlg.h"
 #endif
 
-#include "wx/colordlg.h"
+#include "wx/stubs/colordlg.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog)