From b4ec25628e109a63bacd60e3e0057547ba6824c1 Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 1 Nov 2018 22:47:52 +0000 Subject: [PATCH] Fix broken MSDN links git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7035 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Makensisw/update.cpp | 2 +- Docs/src/history.but | 6 +++--- Docs/src/ui.but | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Contrib/Makensisw/update.cpp b/Contrib/Makensisw/update.cpp index 726d1a3a..82d48a83 100644 --- a/Contrib/Makensisw/update.cpp +++ b/Contrib/Makensisw/update.cpp @@ -26,7 +26,7 @@ static LPSTR InetGetErrorStringAllocA(DWORD ec) static void InetWorkOnline(HINTERNET hInet) { - //msdn.microsoft.com/library/default.asp?url=/workshop/components/offline/offline.asp#Supporting Offline Browsing in Applications and Components + //msdn.microsoft.com/en-us/library/Aa768170#Supporting Offline Browsing in Applications and Components DWORD cbio = sizeof(DWORD), op32; if (InternetQueryOption(hInet, INTERNET_OPTION_CONNECTED_STATE, &op32, &cbio)) { diff --git a/Docs/src/history.but b/Docs/src/history.but index 535b6726..632e1ae6 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -1752,7 +1752,7 @@ Released on November 27th, 2006 \S2{} Build System -\b Added \W{http://msdn.microsoft.com/vstudio/express/visualc/}{Microsoft Visual C++ 2005 Express} support +\b Added \W{https://web.archive.org/web/20060203051838/http://msdn.microsoft.com:80/vstudio/express/visualc/}{Microsoft Visual C++ 2005 Express} support \b SCons requirement upgraded to 0.96.93 @@ -2120,7 +2120,7 @@ Released on January 21st, 2006 \S1{v2.13-rn} Release Notes -\b Language detection has changed. The default language is now set to the user's user-interface language instead of the locale language, as suggested by \W{http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_0xrn.asp}{MSDN}. To restore the old behavior, use \c{System::Call "kernel32::GetUserDefaultLangID()i.a"} in \R{oninit}{.onInit}. +\b Language detection has changed. The default language is now set to the user's user-interface language instead of the locale language, as suggested by \W{http://web.archive.org/web/20050913082611/http://msdn.microsoft.com/library/en-us/intl/nls_0xrn.asp}{MSDN}. To restore the old behavior, use \c{System::Call "kernel32::GetUserDefaultLangID()i.a"} in \R{oninit}{.onInit}. \S1{v2.13-cl} Changelog @@ -2737,7 +2737,7 @@ Released on October 23rd, 2004 \b Made the datablock optimizer much faster -\b Made the installer deny reboots while running (\W{http://msdn.microsoft.com/library/en-us/sysinfo/base/wm_queryendsession.asp}{WM_QUERYENDSESSION}) +\b Made the installer deny reboots while running (\W{http://msdn.microsoft.com/en-us/library/aa376890}{WM_QUERYENDSESSION}) \b Made the \R{reboot}{Reboot} command first quit and then reboot so everything is always cleaned-up diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 5ea7cfce..fd4dbb26 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -10,7 +10,7 @@ Recent Windows versions restrict the setting of foreground windows. If the user \c user_var(handle output) face_name [height] [weight] [/ITALIC] [/UNDERLINE] [/STRIKE] -Creates a font and puts its handle into user_var. For more information about the different parameters have a look at \W{http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_8fp0.asp}{MSDN's page about the Win32 API function CreateFont()}. +Creates a font and puts its handle into user_var. For more information about the different parameters have a look at \W{http://msdn.microsoft.com/en-us/library/dd183499}{MSDN's page about the Win32 API function CreateFont()}. You can get the current font used by NSIS using the ^Font and ^FontSize \R{langstring}{LangString}s.