Skip to content

Commit 1a2de8f

Browse files
author
William Lai
committed
Change PIP-seq window title
1 parent 80414e9 commit 1a2de8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/window_interface/BAM_Format_Converter/FilterforPIPseqWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void done() {
9696
}
9797

9898
public FilterforPIPseqWindow() {
99-
setTitle("Filter Permanganate-Seq Reads");
99+
setTitle("Filter PIP-seq Reads");
100100
setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
101101

102102
setBounds(125, 125, 450, 375);

0 commit comments

Comments
 (0)