Skip to content

Commit 935c6fc

Browse files
fx02ge0rdi
authored andcommitted
Links updated
Changed links to github for Update.cpp and Update.rc.
1 parent 947fded commit 935c6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/Update/Update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ LRESULT CUpdateDlg::OnDontRemind( WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL
319319

320320
LRESULT CUpdateDlg::OnWeb( int idCtrl, LPNMHDR pnmh, BOOL& bHandled )
321321
{
322-
ShellExecute(m_hWnd,NULL,L"http://www.classicshell.net",NULL,NULL,SW_SHOWNORMAL);
322+
ShellExecute(m_hWnd,NULL,L"https://github.com/Open-Shell/Open-Shell-Menu",NULL,NULL,SW_SHOWNORMAL);
323323
return 0;
324324
}
325325

Src/Update/Update.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ BEGIN
136136
PUSHBUTTON "Download",IDC_BUTTONDOWNLOAD,7,144,50,14,NOT WS_VISIBLE
137137
CONTROL "Don't remind me again about this version",IDC_CHECKDONT,
138138
"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,61,144,141,14
139-
CONTROL "<a>www.classicshell.net</a>",IDC_LINKWEB,"SysLink",WS_TABSTOP,7,164,66,10,WS_EX_TRANSPARENT
139+
CONTROL "<a>https://github.com/Open-Shell/Open-Shell-Menu</a>",IDC_LINKWEB,"SysLink",WS_TABSTOP,7,164,66,10,WS_EX_TRANSPARENT
140140
DEFPUSHBUTTON "OK",IDOK,202,160,50,14
141141
PUSHBUTTON "Cancel",IDCANCEL,259,160,50,14
142142
END

0 commit comments

Comments
 (0)