summaryrefslogtreecommitdiffstats
path: root/windows_installer/template.nsh
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:00:45 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:00:45 -0500
commit410154779451b21ea14d7f6272c320059a772949 (patch)
tree364b2215a872cc03c6e6d1e4d70e0586b96c1060 /windows_installer/template.nsh
downloadnohgooee-410154779451b21ea14d7f6272c320059a772949.tar.gz
nohgooee-410154779451b21ea14d7f6272c320059a772949.tar.xz
nohgooee-410154779451b21ea14d7f6272c320059a772949.zip
Import files from BitTorrent 4.4.0
http://download.bittorrent.com/dl/BitTorrent-4.4.0.tar.gz
Diffstat (limited to 'windows_installer/template.nsh')
-rw-r--r--windows_installer/template.nsh12
1 files changed, 12 insertions, 0 deletions
diff --git a/windows_installer/template.nsh b/windows_installer/template.nsh
new file mode 100644
index 0000000..a2e54da
--- /dev/null
+++ b/windows_installer/template.nsh
@@ -0,0 +1,12 @@
+;NSIS Modern User Interface - Language File
+;Compatible with Modern UI 1.68
+
+;Language: %(name)s (%(id)s)
+
+;--------------------------------
+
+!insertmacro MUI_LANGUAGEFILE_BEGIN "%(name)s"
+
+ !define MUI_LANGNAME "%(name)s" ;Use only ASCII characters (if this is not possible, use the English name)
+
+!insertmacro MUI_LANGUAGEFILE_END