Fix for Bugzilla bug #489; thanks to Klaus Malorny (Klaus.Malorny@knipp.de) for reporting it and for providing the fix!

This commit is contained in:
law%netscape.com 1998-09-11 00:53:29 +00:00
Родитель a481deeb91
Коммит ba90fa1ea2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3946,7 +3946,7 @@ CNSToolTip* CWinCX::CreateToolTip(LO_ImageStruct* pImage, CPoint& cpPoint, CL_La
m_ToolTip = new CNSToolTip(); m_ToolTip = new CNSToolTip();
m_ToolTip->Create(CWnd::FromHandle(GetPane()), TTS_ALWAYSTIP); m_ToolTip->Create(CWnd::FromHandle(GetPane()), TTS_ALWAYSTIP|TTS_NOPREFIX);
if (::IsWindow(m_ToolTip->GetSafeHwnd())){ if (::IsWindow(m_ToolTip->GetSafeHwnd())){
m_ToolTip->SetCSID( INTL_GetCSIWinCSID(LO_GetDocumentCharacterSetInfo( GetDocumentContext() ))); m_ToolTip->SetCSID( INTL_GetCSIWinCSID(LO_GetDocumentCharacterSetInfo( GetDocumentContext() )));
CRect rect(0, 0, 30, 10); CRect rect(0, 0, 30, 10);