Skip to content

Commit 9f83b31

Browse files
committed
cleanup and build gomule.jar
1 parent e9bee55 commit 9f83b31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gomule/GoMule.jar

32 Bytes
Binary file not shown.

gomule/src/gomule/gui/D2FileManager.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ private void createMenubar() {
684684

685685
JMenu projMenu = new JMenu("Project");
686686
JMenuItem projOpt = new JMenuItem("Preferences");
687-
JMenu aboutMenu = new JMenu("About...");
687+
JMenu aboutMenu = new JMenu("About");
688688
iMenuBar.add(fileMenu);
689689
iMenuBar.add(projMenu);
690690
iMenuBar.add(aboutMenu);
@@ -1467,8 +1467,8 @@ public void openStash(String pStashName, boolean load)
14671467

14681468
public void displayAbout()
14691469
{
1470-
JOptionPane.showMessageDialog(this, "A java-based Diablo II muling application\n\noriniginally created by Andy Theuninck (Gohanman)\nVersion 0.1a"
1471-
+ "\n\nnext released by Randall & Silospen\nVersion " + CURRENT_VERSION + "\n\ncurrently released by pairofdocs\n\nAnd special thanks to:" + "\n\tHakai_no_Tenshi & Gohanman for helping me out with the file formats"
1470+
JOptionPane.showMessageDialog(this, "A java-based Diablo II muling application\n\nOriniginally created by Andy Theuninck (Gohanman)\nVersion 0.1a"
1471+
+ "\n\nNext released by Randall & Silospen\nVersion " + CURRENT_VERSION + "\n\nCurrently released by Pairofdocs\n\nAnd special thanks to:" + "\n\tHakai_no_Tenshi & Gohanman for helping me out with the file formats"
14721472
+ "\nRTB for all his help.\n\tThe Super Beta Testers:\nSkinhead On The MBTA\nnubikon\nOscuro\nThyiad\nMoiselvus\nPurpleLocust\nAnd anyone else I've forgotten..!", "About", JOptionPane.PLAIN_MESSAGE);
14731473
}
14741474

0 commit comments

Comments
 (0)