Skip to content

Commit

Permalink
#82 [v2.0] ${easyshell:resource_loc} missing in "usable variables"
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Bossert <anb0s@anbos.de>
  • Loading branch information
anb0s committed Sep 5, 2016
1 parent 7a45329 commit 30df796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public Control createDialogArea(Composite parent) {
pageGroup2.setFont(parent.getFont());

// create variable labels
for(int i=1;i<Variable.values().length;i++) {
for(int i=0;i<Variable.values().length;i++) {
createVariableLabel(pageGroup2, Variable.values()[i].getFullVariableName(), ": " + Variable.values()[i].getDescription());
}

Expand Down

0 comments on commit 30df796

Please sign in to comment.