Skip to content

Commit 9c6e36f

Browse files
committed
hotfix
1 parent 7541c29 commit 9c6e36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/copypaste/mainForm.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class mainForm extends javax.swing.JFrame {
2020
*/
2121
public mainForm() {
2222
initComponents();
23-
this.setTitle("Easy Backuper by DoctorOne");
23+
this.setTitle("Easy Backupper by DoctorOne");
2424
this.setResizable(false);
2525
StopButton.setEnabled(false);
2626
}

0 commit comments

Comments
 (0)