Skip to content

Commit 507f35a

Browse files
authored
Merge pull request #73 from Botinoc/dev
SmartAnalyze Fortinet: fix .conf file bug
2 parents 6ee1a27 + 5b32eaa commit 507f35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SmartMove/AnalyzeWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ private void BrowseConfigFile_OnClick(object sender, RoutedEventArgs e)
606606
filter = "conf files (*.txt)|*.txt|All files (*.*)|*.*";
607607
break;
608608
case Vendor.FortiGate:
609-
filter = "conf files (*.conf)|*.conf | All files (*.*)|*.*";
609+
filter = "conf files (*.conf)|*.conf| All files (*.*)|*.*";
610610
break;
611611
case Vendor.PaloAlto:
612612
filter = "xml files (*.xml)|*.xml|All files (*.*)|*.*";

0 commit comments

Comments
 (0)