Skip to content

Commit 7b7a7a0

Browse files
committed
Code Cleanup
1 parent 9ed0499 commit 7b7a7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public void buildFileMenu()
409409
saveAsDex.addActionListener(arg0 -> Export.DEX.getExporter().promptForExport());
410410
saveAsZip.addActionListener(arg0 -> Export.ZIP.getExporter().promptForExport());
411411
decompileSaveAll.addActionListener(arg0 -> ResourceDecompiling.decompileSaveAll());
412-
decompileSaveOpened.addActionListener(arg0 -> ResourceDecompiling.decompileSaveOpenedOnly());
412+
decompileSaveOpened.addActionListener(arg0 -> ResourceDecompiling.decompileSaveOpenedResource());
413413
about.addActionListener(arg0 -> new AboutWindow().setVisible(true));
414414
exit.addActionListener(arg0 -> askBeforeExiting());
415415
}

0 commit comments

Comments
 (0)