From bfb46ca5ef0d4467143031e8c8bcec558d50faaf Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 3 May 2022 17:16:25 +0200 Subject: [PATCH] Fix protocol type. --- tools/assimp_view/MessageProc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/assimp_view/MessageProc.cpp b/tools/assimp_view/MessageProc.cpp index 3107d42f6..aea65a8d5 100644 --- a/tools/assimp_view/MessageProc.cpp +++ b/tools/assimp_view/MessageProc.cpp @@ -1710,7 +1710,7 @@ INT_PTR CALLBACK MessageProc(HWND hwndDlg,UINT uMsg, WPARAM wParam,LPARAM lParam } else if (ID_TOOLS_LOGWINDOW == LOWORD(wParam)) { CLogWindow::Instance().Show(); } else if (ID__WEBSITE == LOWORD(wParam)) { - ShellExecute(nullptr,"open","http://assimp.org","","",SW_SHOW); + ShellExecute(nullptr,"open","https://assimp.org","","",SW_SHOW); } else if (ID__WEBSITEGH == LOWORD(wParam)) { ShellExecute(nullptr,"open","https://github.com/assimp/assimp","","",SW_SHOW); } else if (ID_REPORTBUG == LOWORD(wParam)) {