Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 76c3fc0

Browse files
author
Mitch Talmadge
committed
Added some credits
1 parent 2575292 commit 76c3fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me/MitchT/EmojiExtractor/GUI/MainFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class MainFrame extends JFrame {
1414
private ExtractionManager extractionManager;
1515

1616
public MainFrame(File filePath) {
17-
setTitle("Emoji Extractor");
17+
setTitle("Emoji Extractor by Mitch Talmadge");
1818
this.setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
1919
this.addWindowListener(new WindowAdapter() {
2020
@Override

0 commit comments

Comments
 (0)