javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtmultipagedialog.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtmultipagedialog.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtmultipagedialog.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -207,7 +207,7 @@
     tabItem.iComposite = aComposite;
     tabItem.iTabId = newId;
     tabItem.iHasTitle = aTitle.Length() > 0 ? ETrue : EFalse;
-    iTabItems.Append(tabItem);
+    iTabItems.AppendL(tabItem);
 
     iTabGroup->SetTabFixedWidthL(ComputeTabStyle());
     RefreshStatusPane();