From ae50b288e0ab4bea162a2d1f5a9bf831c82f3f56 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 8 Oct 2006 01:21:28 +0000 Subject: [PATCH] added wxAboutBox-related files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index ac677ec2ac..381f449e1d 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -634,6 +634,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/valtext.cpp src/common/wincmn.cpp src/common/xpmdecod.cpp + src/generic/aboutdlgg.cpp src/generic/busyinfo.cpp src/generic/buttonbar.cpp src/generic/choicdgg.cpp @@ -665,6 +666,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/vscroll.cpp + wx/aboutdlg.h wx/bmpbuttn.h wx/brush.h wx/button.h @@ -692,6 +694,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gauge.h wx/gbsizer.h wx/gdicmn.h + wx/generic/aboutdlgg.h wx/generic/accel.h wx/generic/buttonbar.h wx/generic/choicdgg.h @@ -1508,6 +1511,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/statusbr.cpp src/generic/prntdlgg.cpp + src/msw/aboutdlg.cpp src/msw/accel.cpp src/msw/bmpbuttn.cpp src/msw/button.cpp -- 2.45.2