Skip to content

Commit 2cca6bc

Browse files
trojanobelixCANopenNode
authored andcommitted
Bugfix file filter when opening Network XML
1 parent 652f671 commit 2cca6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EDSEditorGUI/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ private void loadNetworkXmlToolStripMenuItem_Click(object sender, EventArgs e)
816816
OpenFileDialog odf = new OpenFileDialog();
817817
odf.Filter = "All supported files (*.nxdd;*.nxdc)|*.nxdd;*.nxdc|"
818818
+ "CANopen Network XDD (*.nxdd)|*.nxdd|"
819-
+ "CANopen Network XDC (*.nxdc)|*.nxdc|";
819+
+ "CANopen Network XDC (*.nxdc)|*.nxdc";
820820

821821
if (odf.ShowDialog() == DialogResult.OK)
822822
{

0 commit comments

Comments
 (0)