From 5db932052d21902841cc626d065f5d7475cf8997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 11 Apr 2003 23:22:39 +0000 Subject: [PATCH] added WindowsXP manifest directly into application's resources git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 4 ++++ include/wx/msw/wx.manifest | 22 ++++++++++++++++++++++ include/wx/msw/wx.rc | 6 ++++++ 3 files changed, 32 insertions(+) create mode 100644 include/wx/msw/wx.manifest diff --git a/docs/changes.txt b/docs/changes.txt index e4125b5563..b856507fe8 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -110,6 +110,10 @@ wxMSW: wxPendingEventsLocker was being deleted in App before all wxEvtHandler objects have been destroyed resulting in stale handler/lock ptrs; fixed +- Windows XP manifest is now included in wx.rc; it is no longer neccessary + to ship .exe.manifest file with applications to support XP themes +- wxLocale::Init no longer reports error if trying to set Unicode-only locale + or if user's default locale is Unicode-only wxMotif: diff --git a/include/wx/msw/wx.manifest b/include/wx/msw/wx.manifest new file mode 100644 index 0000000000..ecce6f5c3b --- /dev/null +++ b/include/wx/msw/wx.manifest @@ -0,0 +1,22 @@ + + + +wxWindows application + + + + + + diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index e99ea3d244..fa299cbc13 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -105,3 +105,9 @@ csquery BITMAP "wx/msw/csquery.bmp" // For obtaining the RGB values of standard colours wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp" +////////////////////////////////////////////////////////////////////////////// +// +// Manifest file for Windows XP +// + +1 24 "wx/msw/wx.manifest"