aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/files_un.nsh
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-11-10 17:23:37 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-11-10 17:23:37 +0000
commit4f10526633c463675defb42b4d8e27e21105ec21 (patch)
tree486ac9d7129014b43864b6b01ab183f61db5c1ff /Installer/settings/files_un.nsh
parente48e5d9ecd902ecf6a774680959df5ae243737f7 (diff)
downloadusdx-4f10526633c463675defb42b4d8e27e21105ec21.tar.gz
usdx-4f10526633c463675defb42b4d8e27e21105ec21.tar.xz
usdx-4f10526633c463675defb42b4d8e27e21105ec21.zip
- added polish language (thx to Pit33)
- added polish fonts - added lipsync option - fixed drawing webcam on 2 screens - added copy&paste for duets in editor - some bugfixes in editor - change language without restart git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2730 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/settings/files_un.nsh')
-rw-r--r--Installer/settings/files_un.nsh24
1 files changed, 21 insertions, 3 deletions
diff --git a/Installer/settings/files_un.nsh b/Installer/settings/files_un.nsh
index a361c9ce..102d2d69 100644
--- a/Installer/settings/files_un.nsh
+++ b/Installer/settings/files_un.nsh
@@ -43,8 +43,6 @@ ${EndIf}
Delete "$INSTDIR\Fonts\FontO2_2.png"
Delete "$INSTDIR\Fonts\FontO2_3.png"
Delete "$INSTDIR\Fonts\FontO2_4.png"
- ;Delete "$INSTDIR\Fonts\FontO2_5.png"
- ;Delete "$INSTDIR\Fonts\FontO2_6.png"
Delete "$INSTDIR\Fonts\FontO_0.png"
Delete "$INSTDIR\Fonts\FontO_1.png"
Delete "$INSTDIR\Fonts\FontO_2.png"
@@ -58,7 +56,26 @@ ${EndIf}
Delete "$INSTDIR\Fonts\HighResNumbersO_3.png"
Delete "$INSTDIR\Fonts\HighResNumbersO_4.png"
Delete "$INSTDIR\Fonts\Normal.fnt"
- Delete "$INSTDIR\Fonts\Normal_0.png"
+ Delete "$INSTDIR\Fonts\Normal_0.png"
+
+ Delete "$INSTDIR\Fonts\Bold_p.fnt"
+ Delete "$INSTDIR\Fonts\Bold_p_0.png"
+ Delete "$INSTDIR\Fonts\Bold_p_1.png"
+ Delete "$INSTDIR\Fonts\FontO_p.fnt"
+ Delete "$INSTDIR\Fonts\FontO2_p.fnt"
+ Delete "$INSTDIR\Fonts\FontO2_p_0.png"
+ Delete "$INSTDIR\Fonts\FontO2_p_1.png"
+ Delete "$INSTDIR\Fonts\FontO2_p_2.png"
+ Delete "$INSTDIR\Fonts\FontO2_p_3.png"
+ Delete "$INSTDIR\Fonts\FontO2_p_4.png"
+ Delete "$INSTDIR\Fonts\FontO_p_0.png"
+ Delete "$INSTDIR\Fonts\FontO_p_1.png"
+ Delete "$INSTDIR\Fonts\FontO_p_2.png"
+ Delete "$INSTDIR\Fonts\FontO_p_3.png"
+ Delete "$INSTDIR\Fonts\FontO_p_4.png"
+ Delete "$INSTDIR\Fonts\FontO_p_5.png"
+ Delete "$INSTDIR\Fonts\Normal_p.fnt"
+ Delete "$INSTDIR\Fonts\Normal_p_0.png"
; Delete provided languages
Delete "$INSTDIR\Languages\readme.txt"
@@ -67,6 +84,7 @@ ${EndIf}
Delete "$INSTDIR\Languages\English.ini"
Delete "$INSTDIR\Languages\German.ini"
Delete "$INSTDIR\Languages\Italian.ini"
+ Delete "$INSTDIR\Languages\Polish.ini"
; Delete provided plugins
Delete "$INSTDIR\Plugins\Blind.dll"