Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2007-04-22 13:32:37 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2007-04-22 13:32:37 +0400
commit035a86a6c29ef8dd1e66cb72e3914a4c64691466 (patch)
treecd08e540ccfdd80b1ce910b8ac31c195e9272562 /src/apps/mplayerc/PPageLogo.h
parent413d9d2f038667e0bc6038bff47631be6ee6002f (diff)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@56 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageLogo.h')
-rw-r--r--src/apps/mplayerc/PPageLogo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/PPageLogo.h b/src/apps/mplayerc/PPageLogo.h
index cf354a932..52f85de50 100644
--- a/src/apps/mplayerc/PPageLogo.h
+++ b/src/apps/mplayerc/PPageLogo.h
@@ -21,7 +21,7 @@
#pragma once
-#include <atlimage.h>
+#include "libpng.h"
// CPPageLogo dialog
@@ -32,7 +32,7 @@ class CPPageLogo : public CPPageBase
private:
CList<UINT> m_logoids;
POSITION m_logoidpos;
- CImage m_logobm;
+ CPngImage m_logobm;
public:
CPPageLogo();