From f3fcc49085f080ad5f075da4a87bbaff47f92572 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 13 Jan 2013 17:51:42 +0000 Subject: WinGui: Options screen refactoring. Help -> Check for updates now takes the user to the options screen update tab. Help -> About now takes the user to the options screen about tab. Saves popping up annoying window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5169 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 19 +++++++++++++++++++ win/CS/HandBrakeWPF/Properties/Resources.resx | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'win/CS/HandBrakeWPF/Properties') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 3b5ef0e3c..5adc38011 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -60,6 +60,25 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Copyright (C) 2003-2013 The HandBrake Team + /// + ///This program is free software; you can redistribute it and/or + ///modify it under the terms of the GNU General Public License + ///as published by the Free Software Foundation; either version 2 + ///of the License, or (at your option) any later version. + /// + ///This program is distributed in the hope that it will be useful, + ///but WITHOUT ANY WARRANTY; without even the implied warranty of + ///MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ///GNU General Public License f [rest of string was truncated]";. + /// + public static string About_GPL { + get { + return ResourceManager.GetString("About_GPL", resourceCulture); + } + } + /// /// Looks up a localized string similar to You can optionally store a maximum resolution for encodes that use this preset. There are 3 modes: /// diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 2d4c9f8a3..6148d29c6 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -304,4 +304,21 @@ Source Maximum: Similar to custom, but the resolution of your current source is The above controls are only a subset of useful x264 parameters. This box allows you to add or modify additional or current parameters as desired. + + Copyright (C) 2003-2013 The HandBrake Team + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + \ No newline at end of file -- cgit v1.2.3