aknlayoutcompiler/src/CppWriter.cpp
branchRCL_3
changeset 20 8b4f687b7a95
parent 1 b700e12870ca
--- a/aknlayoutcompiler/src/CppWriter.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/src/CppWriter.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -703,7 +703,7 @@
 	aLag << "*/" << endl  << endl;
 	aLag << "#if !defined(__" << iShortName << "_LAG__)" << endl;
 	aLag << "#define __" << iShortName << "_LAG__" << endl;
-	aLag << "#include <aknlayoutdef.h>" << endl << endl;
+	aLag << "#include <AknLayoutDef.h>" << endl << endl;
 	}
 
 // End of File