From 36bdc90b57051d2a9985bc0965062885b22e08ea Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 2 Feb 2023 08:56:46 +0100 Subject: Update about --- src/binres/binres.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/binres/binres.cpp') diff --git a/src/binres/binres.cpp b/src/binres/binres.cpp index 93d7f5b..89f39d2 100644 --- a/src/binres/binres.cpp +++ b/src/binres/binres.cpp @@ -21,6 +21,8 @@ wxBitmap LoadPNG(std::string icon) { return (wxBITMAP_PNG(hide)); } else if (icon == "mat") { return (wxBITMAP_PNG(mat)); + } else if (icon == "ochess") { + return (wxBITMAP_PNG(ochess)); } return (wxNullBitmap); } -- cgit v1.2.3