summaryrefslogtreecommitdiff
path: root/wx+/image_resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/image_resources.h')
-rw-r--r--wx+/image_resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/image_resources.h b/wx+/image_resources.h
index 61e0b61c..b16544ac 100644
--- a/wx+/image_resources.h
+++ b/wx+/image_resources.h
@@ -13,7 +13,7 @@
namespace zen
{
-void initResourceImages(const Zstring& filename); //pass resources .zip file at application startup
+void initResourceImages(const Zstring& filepath); //pass resources .zip file at application startup
const wxBitmap& getResourceImage (const wxString& name);
const wxAnimation& getResourceAnimation(const wxString& name);
bgstack15