1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-21 13:11:27 +02:00

Update src/main/java/com/rarchives/ripme/ui/MainWindow.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
metaprime
2025-04-17 18:08:38 -07:00
committed by GitHub
parent dfbf7784e5
commit b5dedc9670

View File

@@ -1167,7 +1167,7 @@ public final class MainWindow implements Runnable, RipStatusHandler {
aboutPanel.add(titleLabel, BorderLayout.NORTH); aboutPanel.add(titleLabel, BorderLayout.NORTH);
aboutPanel.add(scrollPane, BorderLayout.CENTER); aboutPanel.add(scrollPane, BorderLayout.CENTER);
JLabel footerLabel = new JLabel("Do you want to visit the project homepage on Github?", JLabel.CENTER); JLabel footerLabel = new JLabel("Do you want to visit the project homepage on GitHub?", JLabel.CENTER);
aboutPanel.add(footerLabel, BorderLayout.SOUTH); aboutPanel.add(footerLabel, BorderLayout.SOUTH);
int response = JOptionPane.showConfirmDialog(null, aboutPanel, mainFrame.getTitle(), int response = JOptionPane.showConfirmDialog(null, aboutPanel, mainFrame.getTitle(),