Skip to content

Commit 5aebeb8

Browse files
committed
- High DPI class wizard fix
- Match setting default values
1 parent f21a7b2 commit 5aebeb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

External/Plugins/ASClassWizard/Wizards/AS3ClassWizard.designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

External/Plugins/SourceControl/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Boolean EnableSVN
2929
set { this.enableSVN = value; }
3030
}
3131

32-
[DefaultValue("svn")]
32+
[DefaultValue("svn.exe")]
3333
[DisplayName("SVN Path")]
3434
[LocalizedCategory("SourceControl.Category.SVN")]
3535
[LocalizedDescription("SourceControl.Description.SVNPath")]

0 commit comments

Comments
 (0)