Ignore:
Timestamp:
2001-04-30T12:45:44+12:00 (23 years ago)
Author:
sjboddie
Message:

removed the "install netscape" option from the local library's file menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/settings.cpp

    r2343 r2345  
    626626               "To allow the Greenstone Digital Library software to use\n"
    627627               "its own TCP/IP network layer you must use a Netscape\n"
    628                "browser. If you do not have Netscape installed, please\n"
    629                "choose 'Install Netscape 4.05' from the 'Files' menu.",
     628               "web browser.",
    630629               "Greenstone Digital Library Software",
    631630               MB_OK|MB_APPLMODAL);
     
    634633      // message: the file did not exist
    635634      MessageBox(hwndDlg,
    636              "Could not find the selected browser. If you do not\n"
    637              "have a browser installed, please choose\n"
    638              "'Install Netscape 4.05' from the 'Files' menu.",
     635             "Could not find the selected browser. You must have a\n"
     636             "web browser installed to use the Greenstone Digital\n"
     637             "Library software.",
    639638             "Greenstone Digital Library Software",
    640639             MB_OK|MB_APPLMODAL);
Note: See TracChangeset for help on using the changeset viewer.