--- jsampler/trunk/src/org/jsampler/view/std/JSInstrumentsDbTable.java 2010/10/11 18:17:48 2147 +++ jsampler/trunk/src/org/jsampler/view/std/JSInstrumentsDbTable.java 2010/10/14 14:45:42 2148 @@ -1,7 +1,7 @@ /* * JSampler - a java front-end for LinuxSampler * - * Copyright (C) 2005-2009 Grigor Iliev + * Copyright (C) 2005-2010 Grigor Iliev * * This file is part of JSampler. * @@ -1232,7 +1232,7 @@ instrumentMenu.addSeparator(); s = i18n.getMenuLabel("instrumentsdb.actions.loadInstrument"); - loadInstrumentMenu = new JMenu(s); + loadInstrumentMenu = CC.getViewConfig().createMultiColumnMenu(s); instrumentMenu.add(loadInstrumentMenu); registerLoadInstrumentMenus(loadInstrumentMenu);