Skip to content

Commit a09b9a0

Browse files
committed
Merge branch 'master' of https://github.com/CEGRcode/scriptmanager into coordinate-manipulation
2 parents 23fdab0 + 0aad216 commit a09b9a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/window_interface/Coordinate_Manipulation/GFF_Manipulation/SortGFFWindow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public void itemStateChanged(ItemEvent e) {
279279
sl_contentPane.putConstraint(SpringLayout.NORTH, btnLoadGFFFile, 10, SpringLayout.NORTH, contentPane);
280280
btnLoadGFFFile.addActionListener(new ActionListener() {
281281
public void actionPerformed(ActionEvent e) {
282-
File newBEDFile = FileSelection.getFile(fc,"bed");
282+
File newBEDFile = FileSelection.getFile(fc,"gff");
283283
if(newBEDFile != null) {
284284
GFF_File = newBEDFile;
285285
lblGFFFile.setText(GFF_File.getName());
@@ -385,4 +385,4 @@ else if(currentSize != tempsize) {
385385
if(consistentSize) { return true; }
386386
else { return false; }
387387
}
388-
}
388+
}

0 commit comments

Comments
 (0)