Changeset 2345


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

Location:
trunk/gsdl/src/w32server
Files:
3 edited

Legend:

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

    r2286 r2345  
    100100
    101101
    102 #define VERSIONSTRING "version x.xx"
     102#define VERSIONSTRING "version 2.33"
    103103const char versionstring[] = VERSIONSTRING;
    104104
     
    377377         "been removed or corrupted. You need Netscape\n"
    378378         "installed to use the Greenstone Digital Library\n"
    379          "software on non-networked machines.\n\n"
    380          "You can install Netscape by choosing\n"
    381          "'Install Netscape 4.05' from the 'File' menu.",
     379         "software on non-networked machines.",
    382380         "Greenstone Digital Library Software", MB_OK);
    383381    }
  • 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.