summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-06-06 20:12:39 +0000
committersr55 <[email protected]>2013-06-06 20:12:39 +0000
commitbf71f7590e716bee6bc944db9084c8237610f7f5 (patch)
treee6203019852fb445806df446ba4f0620af4798ff /win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
parent357f940f74b0b110b24770bafc752ff588f47f69 (diff)
WinGui: Better keyboard navigation in the GUI. Added an encode progress bar back in.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5570 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Model/SourceMenuItem.cs')
-rw-r--r--win/CS/HandBrakeWPF/Model/SourceMenuItem.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs b/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
index f0b809849..4be52964e 100644
--- a/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
+++ b/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
@@ -55,5 +55,10 @@ namespace HandBrakeWPF.Model
/// Gets or sets the tag.
/// </summary>
public object Tag { get; set; }
+
+ /// <summary>
+ /// Gets or sets the input gesture text.
+ /// </summary>
+ public string InputGestureText { get; set; }
}
}