From a53a05ae0921b38cc1c9d3dd3dd5bab09a6c7f5f Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 14 Jun 2012 19:08:34 +0000 Subject: WinGui: Code Cleanup - New file headers for App Services - Update Interop to include an IWindsorInstaller implementation - Update Interop Converter (new framerates and fflac) - Many stylecop warnings fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4734 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrake.ApplicationServices/Model/QueueItemStatus.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Model/QueueItemStatus.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Model/QueueItemStatus.cs b/win/CS/HandBrake.ApplicationServices/Model/QueueItemStatus.cs index bfaad7eaa..c60945abd 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/QueueItemStatus.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/QueueItemStatus.cs @@ -1,7 +1,11 @@ -/* QueueItemStatus.cs $ - This file is part of the HandBrake source code. - Homepage: . - It may be used under the terms of the GNU General Public License. */ +// -------------------------------------------------------------------------------------------------------------------- +// +// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. +// +// +// Queue Item Status +// +// -------------------------------------------------------------------------------------------------------------------- namespace HandBrake.ApplicationServices.Model { @@ -13,7 +17,7 @@ namespace HandBrake.ApplicationServices.Model /// /// Queue Item Status /// - [TypeConverter(typeof(EnumToDescConveter))] + [TypeConverter(typeof(EnumToDescConverter))] public enum QueueItemStatus { [Description("Waiting")] -- cgit v1.2.3