diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-17 21:31:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-17 21:31:47 +0000 |
commit | c5cd9533eabe06dd7cc3eda31290f8b11d09c79d (patch) | |
tree | 28fa58ff54498844e31ff9c057e06c56c20d3468 /plugins/Clist_modern/src/modern_skinengine.cpp | |
parent | 6c0a4e3a07f07ae80e554249814e4e5eef446427 (diff) |
standardizing CLUIFrames file names
git-svn-id: http://svn.miranda-ng.org/main/trunk@7265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_skinengine.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_skinengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_skinengine.cpp b/plugins/Clist_modern/src/modern_skinengine.cpp index 9bef1bb2b5..1154dd2e3f 100644 --- a/plugins/Clist_modern/src/modern_skinengine.cpp +++ b/plugins/Clist_modern/src/modern_skinengine.cpp @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_png.h>
#include "m_api/m_skin_eng.h"
#include "hdr/modern_skinselector.h"
-#include "hdr/modern_cluiframes.h"
+#include "CLUIFrames/cluiframes.h"
#define _EFFECTENUM_FULL_H
#include "hdr/modern_effectenum.h"
|