From 08ed73f47b9adc600f44721888bf6c20d1f22ab4 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 30 Nov 2002 10:51:34 +0000 Subject: [PATCH] Removed __SALFORDC__ lines which apparently mess up with __SALFORDC__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wx.rc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index b1dc54050d..da439acd9b 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -98,12 +98,7 @@ wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico" // Bitmaps // -#ifdef __SALFORDC__ -wxDISABLE_BUTTON_BITMAP BITMAP WXINCDIR"wx/msw/disable.bmp" -#else wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp" -#endif - // For wxContextHelpButton csquery BITMAP "wx/msw/csquery.bmp"