standard icons for msg boxes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-06-18 17:56:51 +00:00
parent dafc583198
commit 1e3698e55d
5 changed files with 10 additions and 4 deletions

BIN
include/wx/msw/error.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
include/wx/msw/info.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
include/wx/msw/question.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
include/wx/msw/warning.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View File

@@ -25,14 +25,14 @@
// LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
// DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
// THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Version: $Id$
/////////////////////////////////////////////////////////////////////////////
//
//
#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
#include <wx/msw/gnuwin32/winresrc.h>
#include <wx/msw/gnuwin32/winresrc.h>
#else
#include <windows.h>
#include <windows.h>
#endif
//////////////////////////////////////////////////////////////////////////////
@@ -109,6 +109,12 @@ WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
//wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
//wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico"
// Standard icons
wxICON_QUESTION ICON "wx/msw/question.ico"
wxICON_WARNING ICON "wx/msw/warning.ico"
wxICON_ERROR ICON "wx/msw/error.ico"
wxICON_INFO ICON "wx/msw/info.ico"
//////////////////////////////////////////////////////////////////////////////
//
// Bitmaps