From 73f7be6c0366fd4334e70d68f0376c64357edd80 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 2 Jan 2023 10:56:27 +0100 Subject: Add mat icon --- 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 963a714..14a2077 100644 --- a/src/binres/binres.cpp +++ b/src/binres/binres.cpp @@ -19,6 +19,8 @@ wxBitmap LoadPNG(std::string icon) { return (wxBITMAP_PNG(chesscom_8bits)); } else if (icon == "hide") { return (wxBITMAP_PNG(hide)); + } else if (icon == "mat") { + return (wxBITMAP_PNG(mat)); } return (wxNullBitmap); } \ No newline at end of file -- cgit v1.2.3