aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/variables.nsh
diff options
context:
space:
mode:
authorcanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-27 01:39:50 +0000
committercanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-27 01:39:50 +0000
commitd6c73154042208393560d75dcc8bd417efd5d051 (patch)
treed184fd84a791faf37f83903413654b642b52f15c /Installer/settings/variables.nsh
parent9dd9997afd6b9b1de71dbcba2ab7c87450f7f88c (diff)
downloadusdx-d6c73154042208393560d75dcc8bd417efd5d051.tar.gz
usdx-d6c73154042208393560d75dcc8bd417efd5d051.tar.xz
usdx-d6c73154042208393560d75dcc8bd417efd5d051.zip
- Updated installer source to fit changes made for version 1.0.1a
- Added new demo song "Joshua Morin - On the run" - Fixed: required disc size will now be calculated correctly - Fixed: icon appears now in the software uninstall menu of windows git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@746 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/settings/variables.nsh')
-rw-r--r--Installer/settings/variables.nsh9
1 files changed, 6 insertions, 3 deletions
diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh
index 3a022ecd..7f41776e 100644
--- a/Installer/settings/variables.nsh
+++ b/Installer/settings/variables.nsh
@@ -1,7 +1,7 @@
; These are the common used variables
; for the USdx Installation Wizard
-!define version "1.01" ; Current version of UltraStar Deluxe
+!define version "1.0.1a" ; Current version of UltraStar Deluxe
!define p_name "UltraStar Deluxe" ; Just the name of the program
!define publisher "USDX Team" ; Publisher
!define homepage "http://www.ultrastardeluxe.org/" ; Project Homepage
@@ -28,10 +28,13 @@
!define ger_sec3_desc "Hier können optionale Motive zum Installieren gewählt werden." ; German Description of "Optional Themes"-Section
!define eng_g2Section1_desc "Install the demo song 'Dead Smiling Pirates - I 18'." ; English Description of the Example Song "I 18"
-!define ger_g2Section1_desc "Installiert das freie Beispiellied 'Dead Smiling Pirates - I 18'" ; German Description of the Example Song "I 18"
+!define ger_g2Section1_desc "Installiert das freie Beispiellied 'Dead Smiling Pirates - I 18'." ; German Description of the Example Song "I 18"
!define eng_g2Section2_desc "Install the demo song 'Steven Dunston - Northern Star'." ; English Description of the Example Song "Northern Star"
-!define ger_g2Section2_desc "Installiert das freie Beispiellied 'Steven Dunston - Northern Star'" ; German Description of the Example Song "Northern Star"
+!define ger_g2Section2_desc "Installiert das freie Beispiellied 'Steven Dunston - Northern Star'." ; German Description of the Example Song "Northern Star"
+
+!define eng_g2Section3_desc "Install the demo song 'Joshua Morin - On the run'." ; English Description of the Example Song "On the run"
+!define ger_g2Section3_desc "Installiert das freie Beispiellied 'Joshua Morin - On the run'."; German Description of the Example Song "On the run"
!define eng_sec1 "Base components" ; English Name of the component section1
!define ger_sec1 "Basiskomponenten" ; German Name of the component section1