Skip to content
This repository has been archived by the owner on Jul 14, 2018. It is now read-only.

Commit

Permalink
fixed help order
Browse files Browse the repository at this point in the history
  • Loading branch information
HaCk3Dq committed May 22, 2016
1 parent a73765c commit f554d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -1035,10 +1035,10 @@ ListElement[] GenerateHelp() {
ListElement("help_homend".getLocal),
ListElement("help_exit".getLocal),
ListElement("help_refr".getLocal),
ListElement("help_123".getLocal),
ListElement("help_pause".getLocal),
ListElement("help_loop".getLocal),
ListElement("help_mix".getLocal),
ListElement("help_123".getLocal),
ListElement("help_rewind".getLocal),
];
}
Expand Down

0 comments on commit f554d45

Please sign in to comment.