diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Dialogs.c | 2 | ||||
-rw-r--r-- | src/Version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Dialogs.c b/src/Dialogs.c index eb6e424..567e538 100644 --- a/src/Dialogs.c +++ b/src/Dialogs.c @@ -278,7 +278,7 @@ INT_PTR CALLBACK AboutDlgProc(HWND hwnd,UINT umsg,WPARAM wParam,LPARAM lParam) ShellExecute(hwnd,L"open",L"mailto:florian.balmer@gmail.com",NULL,NULL,SW_SHOWNORMAL);
}
else if (pnmhdr->idFrom == IDC_MOD_PAGE) {
- ShellExecute(hwnd,L"open",L"http://xhmikosr.github.io/notepad2-mod/",NULL,NULL,SW_SHOWNORMAL);
+ ShellExecute(hwnd,L"open",L"https://xhmikosr.github.io/notepad2-mod/",NULL,NULL,SW_SHOWNORMAL);
}
}
break;
diff --git a/src/Version.h b/src/Version.h index e75de93..997e683 100644 --- a/src/Version.h +++ b/src/Version.h @@ -43,7 +43,7 @@ #define VERSION_WEBPAGEDISPLAY L"flo's freeware - http://www.flos-freeware.ch"
#define VERSION_EMAILDISPLAY L"florian.balmer@gmail.com"
#define VERSION_COMPANYNAME L"Florian Balmer et al."
-#define VERSION_MODPAGEDISPLAY L"http://xhmikosr.github.io/notepad2-mod/"
+#define VERSION_MODPAGEDISPLAY L"https://xhmikosr.github.io/notepad2-mod/"
#if defined(_WIN64)
#define VERSION_FILEVERSION_LONG L"Notepad2-mod (64-bit) " STRINGIFY(VERSION_MAJOR) L"." \
|