Revision: 24820
http://xbmc.svn.sourceforge.net/xbmc/?rev=24820&view=rev
Author: jmarshallnz
Date: 2009-11-21 07:49:21 +0000 (Sat, 21 Nov 2009)
Log Message:
-----------
changed: cleaned up some strings in the win32 installer.
Modified Paths:
--------------
trunk/project/Win32BuildSetup/XBMC for Windows.nsi
Modified: trunk/project/Win32BuildSetup/XBMC for Windows.nsi
===================================================================
--- trunk/project/Win32BuildSetup/XBMC for Windows.nsi 2009-11-21 07:30:41 UTC (rev 24819)
+++ trunk/project/Win32BuildSetup/XBMC for Windows.nsi 2009-11-21 07:49:21 UTC (rev 24820)
@@ -14,7 +14,7 @@
;General
;Name and file
- Name "XBMC Media Center"
+ Name "XBMC"
OutFile "XBMCSetup-Rev${xbmc_revision}-${xbmc_target}.exe"
XPStyle on
@@ -168,7 +168,7 @@
;add entry to add/remove programs
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC" \
- "DisplayName" "XBMC Media Center"
+ "DisplayName" "XBMC"
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC" \
"UninstallString" "$INSTDIR\uninstall.exe"
WriteRegDWORD HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC" \
@@ -182,10 +182,8 @@
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC" \
"Publisher" "Team XBMC"
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC" \
- "HelpLink" "http://xbmc.org/forum/index.php"
+ "HelpLink" "http://xbmc.org/support"
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC" \
- "HelpLink" "http://xbmc.org/forum/index.php"
- WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC" \
"URLInfoAbout" "http://xbmc.org"
SectionEnd
@@ -231,7 +229,7 @@
;Descriptions
;Language strings
- LangString DESC_SecXBMC ${LANG_ENGLISH} "XBMC Media Center."
+ LangString DESC_SecXBMC ${LANG_ENGLISH} "XBMC"
;Assign language strings to sections
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
@@ -290,7 +288,7 @@
Var UnPageProfileEditBox
Function un.UnPageProfile
- !insertmacro MUI_HEADER_TEXT "Uninstall XBMC Media Center" "Remove XBMC's profile folder from your computer."
+ !insertmacro MUI_HEADER_TEXT "Uninstall XBMC" "Remove XBMC's profile folder from your computer."
nsDialogs::Create /NOUNLOAD 1018
Pop $UnPageProfileDialog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|