diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-03 15:44:46 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-03 15:44:46 +0200 |
| commit | 8b37da88aad90475f666ac27de5027843281cd22 (patch) | |
| tree | 51d203bbddfe998b216eabd1c5a11ec55fe0b7ce /src/binres/binres.hpp | |
| parent | 9bc06b941a1499543a51c2c2032042d18596badd (diff) | |
Improve ui icons
Diffstat (limited to 'src/binres/binres.hpp')
| -rw-r--r-- | src/binres/binres.hpp | 2 |
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); |
