Change default home page to Wikipedia's article.

This commit is contained in:
Sean Bartell 2012-03-15 21:05:48 -04:00
parent 5f74c675be
commit c55f8426c2
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ typedef enum
/* This must be a straight string as it is included into a struct;
no tricks. */
#define HOME_PAGE_DEFAULT \
"http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/NCSAMosaicHome.html"
"http://en.wikipedia.org/wiki/Mosaic_(web_browser)"
#endif /* not HOME_PAGE_DEFAULT */
#ifndef WHATSNEW_PAGE_DEFAULT