From c66972ccc2e30bb737cdbfa64b6ea22964faa7f0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 6 Dec 2006 17:13:11 +0000 Subject: [PATCH] ask for BPP for .bmp extension, not .bpp one git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/image/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/image/image.cpp b/samples/image/image.cpp index f3cc421650..ae7d3d1324 100644 --- a/samples/image/image.cpp +++ b/samples/image/image.cpp @@ -185,7 +185,7 @@ public: wxFileName::SplitPath(savefilename, NULL, NULL, &extension); bool saved = false; - if ( extension == _T("bpp") ) + if ( extension == _T("bmp") ) { static const int bppvalues[] = { -- 2.50.0