We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7541c29 commit 9c6e36fCopy full SHA for 9c6e36f
src/copypaste/mainForm.java
@@ -20,7 +20,7 @@ public class mainForm extends javax.swing.JFrame {
20
*/
21
public mainForm() {
22
initComponents();
23
- this.setTitle("Easy Backuper by DoctorOne");
+ this.setTitle("Easy Backupper by DoctorOne");
24
this.setResizable(false);
25
StopButton.setEnabled(false);
26
}
0 commit comments