Index: xfa/fwl/core/fwl_formimp.cpp |
diff --git a/xfa/fwl/core/fwl_formimp.cpp b/xfa/fwl/core/fwl_formimp.cpp |
index 5a5cc5e59bb74f09887c8c1769799a8f2bc9df65..14f3b33c46d9889ba45bf6c2b4218719b0dc88ed 100644 |
--- a/xfa/fwl/core/fwl_formimp.cpp |
+++ b/xfa/fwl/core/fwl_formimp.cpp |
@@ -822,7 +822,7 @@ void CFWL_FormImp::UpdateCaption() { |
return; |
CFX_WideString text; |
pData->GetCaption(m_pInterface, text); |
- pWidgetMgr->SetWidgetCaption_Native(m_pInterface, text.AsWideStringC()); |
+ pWidgetMgr->SetWidgetCaption_Native(m_pInterface, text.AsStringC()); |
} |
void CFWL_FormImp::DoWidthLimit(FX_FLOAT& fLeft, |
FX_FLOAT& fWidth, |