Fix compile error

This commit is contained in:
Nico Mexis 2021-07-20 18:13:52 +02:00
parent fcfd6d3ae6
commit adb403f89a
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class ClassViewer extends ResourceViewer
if (bytecodeViewPanel1.decompiler == Decompiler.NONE
&& bytecodeViewPanel2.decompiler == Decompiler.NONE
&& bytecodeViewPanel3.decompiler == Decompiler.NONE) {
BytecodeViewer.showMessage(TranslatedStrings.SUGGESTED_FIX_NO_DECOMPILER_WARNING.getText());
BytecodeViewer.showMessage(TranslatedStrings.SUGGESTED_FIX_NO_DECOMPILER_WARNING.toString());
}
bytecodeViewPanel1.createPane(this);