From 237302e704bd8f370536509c8e8f54daa9885fd0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 19 Jun 2004 18:21:36 +0000 Subject: [PATCH] Regenerated renamers, each has just a change in their headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/contrib/gizmos/_gizmos_rename.i | 2 +- wxPython/contrib/glcanvas/_glcanvas_rename.i | 2 +- wxPython/contrib/ogl/_ogl_rename.i | 2 +- wxPython/contrib/stc/_stc_rename.i | 2 +- wxPython/contrib/xrc/_xrc_rename.i | 2 +- wxPython/src/__controls_rename.i | 2 +- wxPython/src/__core_rename.i | 2 +- wxPython/src/__gdi_rename.i | 2 +- wxPython/src/__misc_rename.i | 2 +- wxPython/src/__windows_rename.i | 2 +- wxPython/src/_calendar_rename.i | 2 +- wxPython/src/_grid_rename.i | 2 +- wxPython/src/_html_rename.i | 2 +- wxPython/src/_wizard_rename.i | 2 +- wxPython/wxPython/_controls.py | 2 +- wxPython/wxPython/_core.py | 2 +- wxPython/wxPython/_gdi.py | 2 +- wxPython/wxPython/_misc.py | 2 +- wxPython/wxPython/_windows.py | 2 +- wxPython/wxPython/calendar.py | 2 +- wxPython/wxPython/gizmos.py | 2 +- wxPython/wxPython/glcanvas.py | 2 +- wxPython/wxPython/grid.py | 2 +- wxPython/wxPython/html.py | 2 +- wxPython/wxPython/ogl.py | 2 +- wxPython/wxPython/stc.py | 2 +- wxPython/wxPython/wizard.py | 2 +- wxPython/wxPython/xrc.py | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/wxPython/contrib/gizmos/_gizmos_rename.i b/wxPython/contrib/gizmos/_gizmos_rename.i index 27ee081966..1fc7fcc790 100644 --- a/wxPython/contrib/gizmos/_gizmos_rename.i +++ b/wxPython/contrib/gizmos/_gizmos_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/contrib/glcanvas/_glcanvas_rename.i b/wxPython/contrib/glcanvas/_glcanvas_rename.i index 2dbc42a49e..94d255d2e7 100644 --- a/wxPython/contrib/glcanvas/_glcanvas_rename.i +++ b/wxPython/contrib/glcanvas/_glcanvas_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/contrib/ogl/_ogl_rename.i b/wxPython/contrib/ogl/_ogl_rename.i index 415d2d94e8..386588c07f 100644 --- a/wxPython/contrib/ogl/_ogl_rename.i +++ b/wxPython/contrib/ogl/_ogl_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/contrib/stc/_stc_rename.i b/wxPython/contrib/stc/_stc_rename.i index 5e747d5479..550607c831 100644 --- a/wxPython/contrib/stc/_stc_rename.i +++ b/wxPython/contrib/stc/_stc_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/contrib/xrc/_xrc_rename.i b/wxPython/contrib/xrc/_xrc_rename.i index 7940f09d33..e8e01697ae 100644 --- a/wxPython/contrib/xrc/_xrc_rename.i +++ b/wxPython/contrib/xrc/_xrc_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/__controls_rename.i b/wxPython/src/__controls_rename.i index 23294ed37b..7cfafe45fe 100644 --- a/wxPython/src/__controls_rename.i +++ b/wxPython/src/__controls_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/__core_rename.i b/wxPython/src/__core_rename.i index 919a557543..242a1e24c8 100644 --- a/wxPython/src/__core_rename.i +++ b/wxPython/src/__core_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/__gdi_rename.i b/wxPython/src/__gdi_rename.i index 3ebc350213..55e1970d68 100644 --- a/wxPython/src/__gdi_rename.i +++ b/wxPython/src/__gdi_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/__misc_rename.i b/wxPython/src/__misc_rename.i index c1f9c5c3e9..63047cb483 100644 --- a/wxPython/src/__misc_rename.i +++ b/wxPython/src/__misc_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/__windows_rename.i b/wxPython/src/__windows_rename.i index 739fafc71a..fe1411c631 100644 --- a/wxPython/src/__windows_rename.i +++ b/wxPython/src/__windows_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/_calendar_rename.i b/wxPython/src/_calendar_rename.i index 5c312d1882..2216b3291b 100644 --- a/wxPython/src/_calendar_rename.i +++ b/wxPython/src/_calendar_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/_grid_rename.i b/wxPython/src/_grid_rename.i index 058d3ebece..b6e4bb35c2 100644 --- a/wxPython/src/_grid_rename.i +++ b/wxPython/src/_grid_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/_html_rename.i b/wxPython/src/_html_rename.i index 3f04c0c3e7..201d5a5922 100644 --- a/wxPython/src/_html_rename.i +++ b/wxPython/src/_html_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/src/_wizard_rename.i b/wxPython/src/_wizard_rename.i index 11b8a4ca67..e856dc0572 100644 --- a/wxPython/src/_wizard_rename.i +++ b/wxPython/src/_wizard_rename.i @@ -1,4 +1,4 @@ -// A bunch of %rename directives generated by ./distrib/build_renamers.py +// A bunch of %rename directives generated by BuildRenamers in config.py // in order to remove the wx prefix from all global scope names. #ifndef BUILDING_RENAMERS diff --git a/wxPython/wxPython/_controls.py b/wxPython/wxPython/_controls.py index 2ea779775f..2f25cb9258 100644 --- a/wxPython/wxPython/_controls.py +++ b/wxPython/wxPython/_controls.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/_core.py b/wxPython/wxPython/_core.py index 0a794240c6..54bc94d701 100644 --- a/wxPython/wxPython/_core.py +++ b/wxPython/wxPython/_core.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/_gdi.py b/wxPython/wxPython/_gdi.py index 538ed6d0c5..b64f33a5e2 100644 --- a/wxPython/wxPython/_gdi.py +++ b/wxPython/wxPython/_gdi.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/_misc.py b/wxPython/wxPython/_misc.py index 6154e06b64..2dab45e21c 100644 --- a/wxPython/wxPython/_misc.py +++ b/wxPython/wxPython/_misc.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/_windows.py b/wxPython/wxPython/_windows.py index c484d2de8c..b99e539b28 100644 --- a/wxPython/wxPython/_windows.py +++ b/wxPython/wxPython/_windows.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/calendar.py b/wxPython/wxPython/calendar.py index 48d5aabd61..bae2ca5bc6 100644 --- a/wxPython/wxPython/calendar.py +++ b/wxPython/wxPython/calendar.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/gizmos.py b/wxPython/wxPython/gizmos.py index b6fde3ea48..fd6c08664a 100644 --- a/wxPython/wxPython/gizmos.py +++ b/wxPython/wxPython/gizmos.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/glcanvas.py b/wxPython/wxPython/glcanvas.py index 2b26aa38c2..8d2d712322 100644 --- a/wxPython/wxPython/glcanvas.py +++ b/wxPython/wxPython/glcanvas.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/grid.py b/wxPython/wxPython/grid.py index a792cbafdd..e07aadfffd 100644 --- a/wxPython/wxPython/grid.py +++ b/wxPython/wxPython/grid.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/html.py b/wxPython/wxPython/html.py index ce9630e91a..adc69f869f 100644 --- a/wxPython/wxPython/html.py +++ b/wxPython/wxPython/html.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/ogl.py b/wxPython/wxPython/ogl.py index 311095dd2f..4890982797 100644 --- a/wxPython/wxPython/ogl.py +++ b/wxPython/wxPython/ogl.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/stc.py b/wxPython/wxPython/stc.py index 84460d9a72..fb92a6399f 100644 --- a/wxPython/wxPython/stc.py +++ b/wxPython/wxPython/stc.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/wizard.py b/wxPython/wxPython/wizard.py index cd7625e2db..4e7fdc9406 100644 --- a/wxPython/wxPython/wizard.py +++ b/wxPython/wxPython/wizard.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package diff --git a/wxPython/wxPython/xrc.py b/wxPython/wxPython/xrc.py index 222c3f0aeb..c2b012a731 100644 --- a/wxPython/wxPython/xrc.py +++ b/wxPython/wxPython/xrc.py @@ -1,7 +1,7 @@ ## This file reverse renames symbols in the wx package to give ## them their wx prefix again, for backwards compatibility. ## -## Generated by ./distrib/build_renamers.py +## Generated by BuildRenamers in config.py # This silly stuff here is so the wxPython.wx module doesn't conflict # with the wx package. We need to import modules from the wx package -- 2.45.2