This commit is contained in:
Konloch 2016-01-04 21:18:05 -07:00
parent 923996dc11
commit 6472bed4b6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -792,7 +792,7 @@ public class MainViewerGUI extends JFrame implements FileChangeNotifier {
int result = -1;
for (int k = 0; k < options.length; k++)
if (options[k].equals(obj)) result = k;
String containerName = BytecodeViewer.files.get(0).name;
final String containerName = BytecodeViewer.files.get(0).name;
if (result == 0) {
Thread t = new Thread() {