change the hard coded last page visted to be waterson's home page, not radha's.

This commit is contained in:
sspitzer%netscape.com 1999-06-21 20:19:24 +00:00
Родитель ce5323d5ed
Коммит 05ccb2b40f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -513,7 +513,7 @@ nsGlobalHistory::GetLastPageVisted(char **_retval)
if (! _retval)
return NS_ERROR_NULL_POINTER;
*_retval = PR_smprintf("http://people.netscape.com/radha");
*_retval = PR_smprintf("http://people.netscape.com/waterson");
return NS_OK;
}