]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxIMAGE_OPTION_QUALITY
authorJulian Smart <julian@anthemion.co.uk>
Fri, 25 Feb 2005 17:24:37 +0000 (17:24 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 25 Feb 2005 17:24:37 +0000 (17:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/image.h

index eea421031fdd2c95bdedc5c46c1c8e9a15aeda37..14555d5800b629440414de4dad31dba5b523ddca 100644 (file)
@@ -30,6 +30,7 @@
 // which breaks the compilation below
 #undef index
 
+#define wxIMAGE_OPTION_QUALITY  wxString(_T("quality"))
 #define wxIMAGE_OPTION_FILENAME wxString(_T("FileName"))
 
 #define wxIMAGE_OPTION_RESOLUTION            wxString(_T("Resolution"))