diff options
author | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-10-03 16:00:23 +0000 |
---|---|---|
committer | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-10-03 16:00:23 +0000 |
commit | f8df3baf3415fbea2c56eaebca2def446c15c71b (patch) | |
tree | f95a8ec049b000c812e9bf6d63729bebcb5a1a29 /installer/settings/variables.nsh | |
parent | 461b900dfcab9a702c6b15cfe0e7d19150feb6f0 (diff) | |
download | usdx-f8df3baf3415fbea2c56eaebca2def446c15c71b.tar.gz usdx-f8df3baf3415fbea2c56eaebca2def446c15c71b.tar.xz usdx-f8df3baf3415fbea2c56eaebca2def446c15c71b.zip |
- Fixed Welcome Page
- Added Sections and LangStrings
- Exported and merged language files
for easier multi language support
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1431 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | installer/settings/variables.nsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/installer/settings/variables.nsh b/installer/settings/variables.nsh index f82bf88b..78f9d185 100644 --- a/installer/settings/variables.nsh +++ b/installer/settings/variables.nsh @@ -43,4 +43,7 @@ !define download_theme1 "http://downloads.sourceforge.net/ultrastardx/usdx_skin-orange_by_Skar.zip"
!define download_theme2 "http://downloads.sourceforge.net/ultrastardx/usdx_skin-Streetlight_by_Skar.zip"
-!define download_theme3 "http://downloads.sourceforge.net/ultrastardx/usdx_skin-Vistar_by_Skar.zip"
\ No newline at end of file +!define download_theme3 "http://downloads.sourceforge.net/ultrastardx/usdx_skin-Vistar_by_Skar.zip"
+!define download_theme4 "http://downloads.sourceforge.net/ultrastardx/usdx_skin-bluesensationV5_by_Charis.zip"
+!define download_theme5 "http://downloads.sourceforge.net/ultrastardx/usdx_skin-WiiStar_by_MasterPhW.zip"
+!define download_theme6 "http://downloads.sourceforge.net/ultrastardx/usdx_skin-istar_by_MezzoX.zip"
\ No newline at end of file |