]> git.mxchange.org Git - flightgear.git/commitdiff
Less confusing display name
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Sep 2011 18:12:27 +0000 (20:12 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Sep 2011 18:12:27 +0000 (20:12 +0200)
package/Win-NSIS/flightgear-nightly-vs2010.nsi

index dc387466a093b8e8397c659c4db0556a43f81446..95f5ad90eb321fbd9142352f459cd9dc873de48b 100644 (file)
@@ -124,7 +124,7 @@ Section "" ;No components page, name is not important
   
   WriteUninstaller "$INSTDIR\FlightGear_Uninstall.exe"
   
-  WriteRegStr HKLM ${UninstallKey} "DisplayName" "FlightGear Nightly vs2010"
+  WriteRegStr HKLM ${UninstallKey} "DisplayName" "FlightGear Nightly (vs2010 build)"
   WriteRegStr HKLM ${UninstallKey} "DisplayVersion" "${FGVersion}"
   WriteRegStr HKLM ${UninstallKey} "UninstallString" "$INSTDIR\FlightGear_Uninstall.exe"
   WriteRegStr HKLM ${UninstallKey} "UninstallPath" "$INSTDIR\FlightGear_Uninstall.exe"