fix some code for offline to use the new progress bar class.

This commit is contained in:
pinkerton%netscape.com 1998-09-01 20:14:08 +00:00
Родитель 253363dffb
Коммит 691d971d9b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -293,8 +293,8 @@ URL_Struct* CNetscapeWindow::CreateURLForProxyDrag(char* outTitle)
else
{
// Mail Compose window (for instance?) has no context but has a status bar
CPatternProgressCaption* progressCaption
= dynamic_cast<CPatternProgressCaption*>
CProgressCaption* progressCaption
= dynamic_cast<CProgressCaption*>
(nscpWindow->FindPaneByID(kMailNewsStatusPaneID));
if (progressCaption)
progressCaption->SetDescriptor(inMessage);