Change web URL

This changes the "visit web site" help menu item from faddensoft.com
to a2ciderpress.com.
This commit is contained in:
Andy McFadden 2015-01-23 09:14:00 -08:00
parent a250f6d89a
commit 9679cb57a8
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ BEGIN
POPUP "&Help"
BEGIN
MENUITEM "&Contents...\tF1", IDM_HELP_CONTENTS
MENUITEM "Visit faddenSoft &web site", IDM_HELP_WEBSITE
MENUITEM "Visit CiderPress &web site", IDM_HELP_WEBSITE
MENUITEM SEPARATOR
MENUITEM "&About CiderPress", IDM_HELP_ABOUT
END

View File

@ -26,7 +26,7 @@
/* use MFC's fancy version of new for debugging */
//#define new DEBUG_NEW
static const WCHAR kWebSiteURL[] = L"http://www.faddensoft.com/";
static const WCHAR kWebSiteURL[] = L"http://www.a2ciderpress.com/";
/* custom class name for main frame */
static const WCHAR kMainWindowClassName[] = L"faddenSoft.CiderPress.4";