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
This commit is contained in:
@@ -185,7 +185,7 @@ public:
|
|||||||
wxFileName::SplitPath(savefilename, NULL, NULL, &extension);
|
wxFileName::SplitPath(savefilename, NULL, NULL, &extension);
|
||||||
|
|
||||||
bool saved = false;
|
bool saved = false;
|
||||||
if ( extension == _T("bpp") )
|
if ( extension == _T("bmp") )
|
||||||
{
|
{
|
||||||
static const int bppvalues[] =
|
static const int bppvalues[] =
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user