summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitmap.h b/bitmap.h
index adef9ef..eeb5827 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -1,5 +1,5 @@
/*
- * $Id: bitmap.h,v 1.3 2004/05/31 19:54:12 lordjaxom Exp $
+ * $Id: bitmap.h,v 1.4 2004/06/01 17:10:13 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_BITMAP_H
@@ -17,7 +17,7 @@ public:
bool Load(const char *Filename);
#ifdef HAVE_IMLIB2
- bool LoadPng(const char *Filename);
+ bool LoadImlib(const char *Filename);
#endif
};