| Index: xfa/fwl/core/cfwl_datetimepicker.cpp
|
| diff --git a/xfa/fwl/core/cfwl_datetimepicker.cpp b/xfa/fwl/core/cfwl_datetimepicker.cpp
|
| index cead9045d9320dd270f488167ce648e8852ee912..809392d94909c5b913a33f877f71cd56f779c0c1 100644
|
| --- a/xfa/fwl/core/cfwl_datetimepicker.cpp
|
| +++ b/xfa/fwl/core/cfwl_datetimepicker.cpp
|
| @@ -59,7 +59,7 @@ void CFWL_DateTimePicker::SetCurSel(int32_t iYear,
|
|
|
| void CFWL_DateTimePicker::GetCaption(IFWL_Widget* pWidget,
|
| CFX_WideString& wsCaption) {
|
| - wsCaption = m_wsData;
|
| + wsCaption = L"";
|
| }
|
|
|
| void CFWL_DateTimePicker::GetToday(IFWL_Widget* pWidget,
|
|
|