Skip to content

Incorrect menu item specified in installer for downloading Code Snippets database #28

Closed
@delphidabbler

Description

@delphidabbler

In Src/Install/EventHandlers.ps the menu option displayed in a message box to use to download the Code Snippets Database is incorrect.

The code, starting at line 188, is:

  // Display message if no database is installed
  if not MainDatabaseExists then
    MsgBox(
      'The is no copy of the online Code Snippets database installed.'#10#10
        + 'You can download the database at any time using the program''s '
        + '"Database | Update From Web" menu option.',
      mbInformation,
      MB_OK
    );

Metadata

Metadata

Assignees

Labels

bugBug reportcompletedWork has been completed on this issue and changes have been committed to `develop` branch..

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions