Skip to content

Commit 81625d0

Browse files
committed
Future translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7503 212acab6-be3b-0410-9dea-997c60f758d6
1 parent 30302b2 commit 81625d0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Contrib/Language files/English.nsh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@
127127
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_ALLUSERS "Install for anyone using this computer"
128128
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_CURRENTUSER "Install just for me"
129129
!endif
130+
131+
!if 0
132+
${LangFileString} LANGDLL_WINDOWTITLE "Installer Language"
133+
${LangFileString} LANGDLL_INFO "Please select a language."
134+
!endif

Contrib/Makensisw/makensisw.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
#include <richedit.h>
3232
#undef _RICHEDIT_VER
3333

34-
35-
3634
#define DpiAwarePerMonitor2() ( FALSE ) // Not yet
3735
#define DpiAwarePerMonitor() ( FALSE )
3836
#define SupportsWNT4() ( sizeof(void*) == 4 && !DpiAwarePerMonitor() ) // NT4 does not support the MultiMon API

0 commit comments

Comments
 (0)