From c3c0ae03fe30717bb8d9d917220f47ded87636cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 26 Jul 2014 10:50:38 +0000 Subject: [PATCH] No changes, just update the file name in the header. Update the name in the header to match the actual file name. See #12904. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/graphics/boundingbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graphics/boundingbox.cpp b/tests/graphics/boundingbox.cpp index aa7637cc62..43e58e9d47 100644 --- a/tests/graphics/boundingbox.cpp +++ b/tests/graphics/boundingbox.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: tests/graphics/gcdc_boundingbox.cpp +// Name: tests/graphics/boundingbox.cpp // Purpose: wxGCDC bounding box unit tests // Author: Vadim Zeitlin / Maarten Spoek / Toni Ruža // Created: 2011-01-36