aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-03 15:44:46 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-03 15:44:46 +0200
commit8b37da88aad90475f666ac27de5027843281cd22 (patch)
tree51d203bbddfe998b216eabd1c5a11ec55fe0b7ce /src/binres/binres.hpp
parent9bc06b941a1499543a51c2c2032042d18596badd (diff)
Improve ui icons
Diffstat (limited to 'src/binres/binres.hpp')
-rw-r--r--src/binres/binres.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binres/binres.hpp b/src/binres/binres.hpp
index e2e3f51..cf48c14 100644
--- a/src/binres/binres.hpp
+++ b/src/binres/binres.hpp
@@ -26,7 +26,7 @@ wxBitmap LoadPNG(std::string icon, wxSize size);
* @brief Load an icon from embedded binary resources
*
* @param icon
- * @return wxBitmap
+ * @return wxBitmap the image or wxNullBitmap if not found
*/
wxBitmap LoadPNG(std::string icon);