]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/dialogtest.cpp
Store HTML "id" parameter value in wxHtmlCell.
[wxWidgets.git] / tests / controls / dialogtest.cpp
index 12f5833181779c0c021a39491c9facbe866450f3..a22e37d8e21e629196b46c61a2e38a13e3d52ed0 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxWindow unit test
 // Author:      Vaclav Slavik
 // Created:     2012-08-30
-// RCS-ID:      $Id$
 // Copyright:   (c) 2012 Vaclav Slavik
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -15,7 +14,7 @@
 
 #include "wx/testing.h"
 
-#ifdef wxHAS_VARIADIC_MACROS
+#ifdef HAVE_VARIADIC_MACROS
 
 #include "wx/msgdlg.h"
 #include "wx/filedlg.h"
@@ -122,4 +121,4 @@ void ModalDialogsTestCase::CustomDialog()
     CPPUNIT_ASSERT_EQUAL( 42, dlg.m_value );
 }
 
-#endif // wxHAS_VARIADIC_MACROS
+#endif // HAVE_VARIADIC_MACROS