Sort imported events alphabetically

This commit is contained in:
Henrik Brix Andersen 2012-07-01 19:35:48 +02:00
parent a72b914eb0
commit a4219ba352

View file

@ -60,7 +60,7 @@ sub run {
package Slic3r::GUI::ConfigWizard::Option;
use Wx qw(:combobox :misc :sizer :textctrl);
use Wx::Event qw(EVT_SPINCTRL EVT_TEXT EVT_CHECKBOX EVT_COMBOBOX);
use Wx::Event qw(EVT_CHECKBOX EVT_COMBOBOX EVT_SPINCTRL EVT_TEXT);
use base 'Wx::StaticBoxSizer';
sub new {