Skip to content

Commit

Permalink
Merge pull request #51 from ViRb3/master
Browse files Browse the repository at this point in the history
Fix project build
  • Loading branch information
Konloch committed Jun 22, 2015
2 parents 2bc68fb + f2c901d commit 13e52bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
import the.bytecode.club.bytecodeviewer.obfuscators.rename.RenameMethods;
import the.bytecode.club.bytecodeviewer.plugin.PluginManager;
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.CodeSequenceDiagram;
import the.bytecode.club.bytecodeviewer.plugins.AllatoriStringDecrypter;
import the.bytecode.club.bytecodeviewer.plugins.ShowAllStrings;
import the.bytecode.club.bytecodeviewer.plugins.ShowMainMethods;
import the.bytecode.club.bytecodeviewer.plugins.ZKMStringDecrypter;
import the.bytecode.club.bytecodeviewer.plugins.ZStringArrayDecrypter;
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.AllatoriStringDecrypter;
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ShowAllStrings;
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ShowMainMethods;
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ZKMStringDecrypter;
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ZStringArrayDecrypter;

/**
* The main file for the GUI.n
Expand Down Expand Up @@ -1979,4 +1979,4 @@ public String getDescription() {
return "Optional Library Folder";
}
}
}
}

0 comments on commit 13e52bb

Please sign in to comment.