From b75a58bc0b2cd87f2ba823b721eb8dd635210046 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 21 Apr 2012 00:07:41 +0000 Subject: [PATCH] Fix the order of the DC classes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/dcclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/dcclient.py b/etg/dcclient.py index 95b8d613..77ff509e 100644 --- a/etg/dcclient.py +++ b/etg/dcclient.py @@ -18,8 +18,8 @@ DOCSTRING = "" # The classes and/or the basename of the Doxygen XML files to be processed by # this script. ITEMS = [ 'wxWindowDC', - 'wxPaintDC', 'wxClientDC', + 'wxPaintDC', ] #---------------------------------------------------------------------------