Skip to content

Commit

Permalink
Not working title anymore, version is also shown
Browse files Browse the repository at this point in the history
  • Loading branch information
CoocooFroggy committed Mar 8, 2021
1 parent 0107f1a commit e20dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/MainMenu.form
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<gridbag top="0" left="10" bottom="10" right="0" weightx="0.0" weighty="0.0"/>
</constraints>
<properties>
<text value="(Working title.) by CoocooFroggy"/>
<text value="by CoocooFroggy — v1.5"/>
</properties>
</component>
<component id="35159" class="javax.swing.JSeparator">
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/MainMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ void unzipFutureRestore(String filePath, String finalFrPath, String operatingSys
gbc.insets = new Insets(10, 10, 0, 0);
mainMenuView.add(label5, gbc);
final JLabel label6 = new JLabel();
label6.setText("(Working title.) by CoocooFroggy");
label6.setText("by CoocooFroggy — v1.5");
gbc = new GridBagConstraints();
gbc.gridx = 0;
gbc.gridy = 1;
Expand Down

0 comments on commit e20dd69

Please sign in to comment.