]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/textentrytest.cpp
Fixed capitalisation
[wxWidgets.git] / tests / controls / textentrytest.cpp
index 052cdb55fd7fa1226cddd54031d9c5e3033d7303..a5027b9ecf49ead96cc2d2e7fdad022745e54273 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     TestEntryTestCase implementation
 // Author:      Vadim Zeitlin
 // Created:     2008-09-19 (extracted from textctrltest.cpp)
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007, 2008 Vadim Zeitlin <vadim@wxwidgets.org>
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -194,7 +193,7 @@ void TextEntryTestCase::Editable()
     {
         return;
     }
-#endif // __WGTKK__
+#endif // __WGTK__
 
     wxTextEntry * const entry = GetTestEntry();
     wxWindow * const window = GetTestWindow();