mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
spelling fixes
This commit is contained in:
parent
3c8c0e89c6
commit
53b17d4c4d
8 changed files with 24 additions and 24 deletions
|
@ -25,7 +25,7 @@ using GreenshotPlugin.Controls;
|
|||
namespace Greenshot.Controls {
|
||||
/// <summary>
|
||||
/// A simple ToolStripDropDownButton implementing INotifyPropertyChanged for data binding.
|
||||
/// Also, when a DropDownItem is selected, the DropDownButton adops its Tag and Image.
|
||||
/// Also, when a DropDownItem is selected, the DropDownButton adopts its Tag and Image.
|
||||
/// The selected tag can be accessed via SelectedTag property.
|
||||
/// </summary>
|
||||
public class BindableToolStripDropDownButton : ToolStripDropDownButton, INotifyPropertyChanged, IGreenshotLanguageBindable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue