From ec180a668bc18771e01ffa58031485c58e013778 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sun, 4 Oct 2020 15:47:48 +0200 Subject: [PATCH] ResInfo: support percent_appledouble --- ResourceFiles/ResInfo.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ResourceFiles/ResInfo.cc b/ResourceFiles/ResInfo.cc index db7e91ca64..a3d966fae4 100644 --- a/ResourceFiles/ResInfo.cc +++ b/ResourceFiles/ResInfo.cc @@ -16,7 +16,8 @@ map formats { {"macbin", ResourceFile::Format::macbin}, {"basilisk", ResourceFile::Format::basilisk}, {"applesingle", ResourceFile::Format::applesingle}, - {"underscore_appledouble", ResourceFile::Format::underscore_appledouble} + {"underscore_appledouble", ResourceFile::Format::underscore_appledouble}, + {"percent_appledouble", ResourceFile::Format::percent_appledouble} }; map reverseFormats;