diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-02 10:56:27 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-02 10:56:27 +0100 |
| commit | 73f7be6c0366fd4334e70d68f0376c64357edd80 (patch) | |
| tree | 18414a223f7733ce6b18a87836ef5294e6da5e43 /src/binres/binres.cpp | |
| parent | 3e40032109886786e469796dced8523d60b90ee4 (diff) | |
Add mat icon
Diffstat (limited to 'src/binres/binres.cpp')
| -rw-r--r-- | src/binres/binres.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
