mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
fix: several typos in source code (#895)
This commit is contained in:
parent
91883c9f11
commit
6e5626f267
67 changed files with 737 additions and 737 deletions
|
@ -33,7 +33,7 @@ namespace SourceGit.ViewModels
|
|||
Depth = 0,
|
||||
Id = Guid.NewGuid().ToString()
|
||||
});
|
||||
MakeRows(Preference.Instance.RepositoryNodes, 1);
|
||||
MakeRows(Preferences.Instance.RepositoryNodes, 1);
|
||||
|
||||
View = new Views.MoveRepositoryNode() { DataContext = this };
|
||||
}
|
||||
|
@ -42,8 +42,8 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
if (_selected != null)
|
||||
{
|
||||
var node = Preference.Instance.FindNode(_selected.Id);
|
||||
Preference.Instance.MoveNode(Target, node, true);
|
||||
var node = Preferences.Instance.FindNode(_selected.Id);
|
||||
Preferences.Instance.MoveNode(Target, node, true);
|
||||
Welcome.Instance.Refresh();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue