From 144b93f6c34d81de46c06206fce1ae08e21926ff Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 29 Jul 2009 04:49:45 +0000 Subject: [PATCH] examples: PainterExamples minor change git-svn-id: svn://ultimatepp.org/upp/trunk@1453 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/PainterExamples/PolyPoly.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PainterExamples/PolyPoly.cpp b/examples/PainterExamples/PolyPoly.cpp index e2dc28f6a..ad9e8d83e 100644 --- a/examples/PainterExamples/PolyPoly.cpp +++ b/examples/PainterExamples/PolyPoly.cpp @@ -42,5 +42,5 @@ void PolyPolyPolygon(Painter& sw) } INITBLOCK { - RegisterExample("PolyPolyPolygon", PolyPolyPolygon); + RegisterExample("Draw::PolyPolyPolygon", PolyPolyPolygon); }