diff --git a/Builds/MSVC/Installer/FractoriumInstaller.wixproj b/Builds/MSVC/Installer/FractoriumInstaller.wixproj index 04a648f..266e05e 100644 --- a/Builds/MSVC/Installer/FractoriumInstaller.wixproj +++ b/Builds/MSVC/Installer/FractoriumInstaller.wixproj @@ -6,7 +6,7 @@ 3.7 {c8096c47-e358-438c-a520-146d46b0637d} 2.0 - Fractorium_Beta_0.9.9.3 + Fractorium_Beta_0.9.9.4 Package $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets diff --git a/Builds/MSVC/Installer/Product.wxs b/Builds/MSVC/Installer/Product.wxs index 7c9d8c4..523aafe 100644 --- a/Builds/MSVC/Installer/Product.wxs +++ b/Builds/MSVC/Installer/Product.wxs @@ -13,7 +13,7 @@ - + /// Return whether the checkbox at the specified index is checked. /// +/// The index of the xform to check for selection /// True if checked, else false. bool Fractorium::IsXformSelected(size_t i) { @@ -61,7 +62,7 @@ void Fractorium::ClearXformsSelections() /// The caption will be the xform count + 1, optionally followed by the xform's name. /// For final xforms, the string "Final" will be used in place of the count. /// -/// The index of xform to make a caption for +/// The index of the xform to make a caption for /// The caption string template QString FractoriumEmberController::MakeXformCaption(size_t i)