From 0df1d81acd6f1be8624022f8eecb51679008ca40 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 11 Jan 2021 12:27:30 -0800 Subject: [PATCH] Add missing wxDF_PNG to the interface docs --- interface/wx/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/wx/defs.h b/interface/wx/defs.h index 3e8f936398..05fb242bff 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -854,6 +854,7 @@ enum wxDataFormatId wxDF_LOCALE = 16, wxDF_PRIVATE = 20, wxDF_HTML = 30, /* Note: does not correspond to CF_ constant */ + wxDF_PNG = 31, /* Note: does not correspond to CF_ constant */ wxDF_MAX };