aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-02-02 08:56:46 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-02-02 08:56:46 +0100
commit36bdc90b57051d2a9985bc0965062885b22e08ea (patch)
tree5d1f0f784261724ec24fe727948b33f6a2d5dd9a /src/binres/binres.cpp
parente5f2b524b4ca055803105995ffa37a7a1ecd5352 (diff)
Update about
Diffstat (limited to 'src/binres/binres.cpp')
-rw-r--r--src/binres/binres.cpp2
1 files changed, 2 insertions, 0 deletions
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);
}