We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfd6d3 commit adb403fCopy full SHA for adb403f
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/gui/resourceviewer/viewer/ClassViewer.java
@@ -96,7 +96,7 @@ public void refresh(final JButton button)
96
if (bytecodeViewPanel1.decompiler == Decompiler.NONE
97
&& bytecodeViewPanel2.decompiler == Decompiler.NONE
98
&& bytecodeViewPanel3.decompiler == Decompiler.NONE) {
99
- BytecodeViewer.showMessage(TranslatedStrings.SUGGESTED_FIX_NO_DECOMPILER_WARNING.getText());
+ BytecodeViewer.showMessage(TranslatedStrings.SUGGESTED_FIX_NO_DECOMPILER_WARNING.toString());
100
}
101
102
bytecodeViewPanel1.createPane(this);
0 commit comments