From c282ee4c2cf725f10f1d660305d88d9c4ed1133b Mon Sep 17 00:00:00 2001 From: mfeemster Date: Sun, 21 Feb 2016 18:53:36 -0800 Subject: [PATCH] 0.9.9.4 Release --- .../Installer/FractoriumInstaller.wixproj | 2 +- Builds/MSVC/Installer/Product.wxs | 2 +- Data/Version History.txt | 67 +++++++++++++++++++ Source/Fractorium/FractoriumXformsSelect.cpp | 3 +- 4 files changed, 71 insertions(+), 3 deletions(-) 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)