Change homepage url in settings

Changed the homepage text and link on the settings dialog to link to the Open-Shell home page.
This commit is contained in:
Kaleb Klein
2019-12-04 14:14:14 -05:00
committed by ge0rdi
parent fe47f841e7
commit 30ffce6939
3 changed files with 3 additions and 3 deletions

View File

@@ -1810,7 +1810,7 @@ LRESULT CSettingsDlg::OnHelp( int idCtrl, LPNMHDR pnmh, BOOL& bHandled )
LRESULT CSettingsDlg::OnWeb( int idCtrl, LPNMHDR pnmh, BOOL& bHandled )
{
ShellExecute(m_hWnd,NULL,L"http://www.classicshell.net",NULL,NULL,SW_SHOWNORMAL);
ShellExecute(m_hWnd,NULL,L"https://open-shell.github.io/Open-Shell-Menu",NULL,NULL,SW_SHOWNORMAL);
return 0;
}