]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in a closing "#endif" comment in the test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 May 2013 13:05:36 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 May 2013 13:05:36 +0000 (13:05 +0000)
Closes #15203.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/controls/textentrytest.cpp

index 052cdb55fd7fa1226cddd54031d9c5e3033d7303..4a558bab9ff0907d9007039fd14431cf1634b805 100644 (file)
@@ -194,7 +194,7 @@ void TextEntryTestCase::Editable()
     {
         return;
     }
-#endif // __WGTKK__
+#endif // __WGTK__
 
     wxTextEntry * const entry = GetTestEntry();
     wxWindow * const window = GetTestWindow();