- Force a CLI version data update when user settings is upgraded.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3513
b64f7644-9d1e-0410-96f1-
a4d463321fa5
Homepage: <http://handbrake.fr>.\r
It may be used under the terms of the GNU General Public License. */\r
\r
-using HandBrake.ApplicationServices.Services;\r
-\r
namespace Handbrake.Functions\r
{\r
using System;\r
using HandBrake.ApplicationServices.Parsing;\r
using HandBrake.ApplicationServices.Services.Interfaces;\r
using Model;\r
+ using HandBrake.ApplicationServices.Services;\r
\r
/// <summary>\r
/// Useful functions which various screens can use.\r
{\r
Settings.Default.Upgrade();\r
Settings.Default.UpdateRequired = false;\r
+ Functions.Main.SetCliVersionData();\r
}\r
\r
// Make sure we have any pre-requesits before trying to launch\r