fontservices/referencefonts/utils/ttf2bdf.cpp
branchRCL_3
changeset 55 336bee5c2d35
parent 54 748ec5531811
--- a/fontservices/referencefonts/utils/ttf2bdf.cpp	Tue Aug 31 17:01:26 2010 +0300
+++ b/fontservices/referencefonts/utils/ttf2bdf.cpp	Wed Sep 01 12:39:40 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -39,7 +39,7 @@
 
 	TRAP(error,
 	bdfHarness = CBDFHarness::NewL(_L("MAKEBDF"),_L("TTF2BDF v2 - Make bitmap BDF font from scaleable font"));
-	bdfHarness->MakeBDFFontL();	
+	bdfHarness->MakeBDFFont();	
 	delete bdfHarness;
 	__UHEAP_MARKEND;
 	);