Skip to content

Commit

Permalink
Change format name
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Oct 30, 2019
1 parent f7089f3 commit cfffc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/copySelectDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, parent):
("ESI", (CopySelectDialog.copyFormatEsi, None)),
("DNA", (CopySelectDialog.copyFormatDna, DNA_OPTIONS)),
("EFS", (CopySelectDialog.copyFormatEfs, None)),
("Fit stats", (CopySelectDialog.copyFormatFitStats, None)),
("Stats", (CopySelectDialog.copyFormatFitStats, None)),
# ("XML", (CopySelectDialog.copyFormatXml, None)),
))

Expand Down

0 comments on commit cfffc77

Please sign in to comment.