Example String Decrypter Update
This commit is contained in:
parent
cc1dbeceb7
commit
ec03a14189
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var dialog = new MultipleChoiceDialog("Bytecode Viewer - WARNING",
|
|||
var gui;
|
||||
|
||||
function execute(classNodeList) {
|
||||
gui = new PluginConsole("Skeleton");
|
||||
gui = new PluginConsole("Example String Decrypter Javascript Edition");
|
||||
|
||||
if (dialog.promptChoice() == 0) {
|
||||
var needsWarning = false;
|
||||
|
|
Loading…
Reference in a new issue