You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!define MAGO_ABOUT "A debug engine dedicated to debugging applications written in the D programming language. See the project website at http://www.dsource.org/projects/mago_debugger for more information. Copyright (c) 2010 Aldo J. Nunez"
80
+
!define MAGO_ABOUT "A debug engine dedicated to debugging applications written in the D programming language. See the project website at http://www.dsource.org/projects/mago_debugger for more information. Copyright (c) 2010-2013 Aldo J. Nunez"
LangString DESC_SecVCExpress2010 ${LANG_ENGLISH}"Register for usage in Visual C++ Express 2010 (experimental and unusable)."
459
460
!endif
460
461
!ifdef CV2PDB
461
-
LangString DESC_SecCv2pdb ${LANG_ENGLISH}"cv2pdb is necessary to debug executables in Visual Studio."
462
+
LangString DESC_SecCv2pdb ${LANG_ENGLISH}"cv2pdb is necessary to debug Win32 executables in Visual Studio."
462
463
LangString DESC_SecCv2pdb2 ${LANG_ENGLISH}"$\r$\nYou might not want to install it, if you have already installed it elsewhere."
463
464
!endif
464
465
!ifdef MAGO
465
466
LangString DESC_SecMago ${LANG_ENGLISH}"Mago is a debug engine especially designed for the D-Language."
466
-
LangString DESC_SecMago2 ${LANG_ENGLISH}"$\r$\nMago is written by Aldo Nunez. It is in an early alpha stage, so some things are still in an experimental stage."
467
+
LangString DESC_SecMago2 ${LANG_ENGLISH}"$\r$\nMago is written by Aldo Nunez. Distributed under the Apache License Version 2.0. See www.dsource.org/ projects/mago_debugger"
467
468
!endif
468
469
!ifdef DPARSER
469
-
LangString DESC_SecDParser ${LANG_ENGLISH}"DParser is a Parser & Resolver & Completion library for D."
470
-
LangString DESC_SecDParser2 ${LANG_ENGLISH}"$\r$\nDParser is written by Alexander Bothe. See https://github.com/aBothe/D_Parser"
470
+
LangString DESC_SecDParser ${LANG_ENGLISH}"DParser is a Parser && Resolver && Completion library for D."
471
+
LangString DESC_SecDParser2 ${LANG_ENGLISH}"$\r$\nDParser is written by Alexander Bothe. Distributed under the Apache License Version 2.0. See https://github.com/aBothe/D_Parser"
471
472
!endif
472
473
473
474
;Assign language strings to sections
@@ -697,9 +698,13 @@ Function DMDInstallPage
697
698
!insertmacro MUI_HEADER_TEXT "DMD Installation Folder""Specify the directory where DMD is installed"
0 commit comments