components.add(SeparatorLayerAction.INSTANCE);
components.add(new SynchronizeAudio());
if (Main.pref.getBoolean("marker.traceaudio", true)) {
components.add (new MoveAudio());
}
components.add(new JumpToNextMarker(this));
components.add(new JumpToPreviousMarker(this));
components.add(new RenameLayerAction(getAssociatedFile(), this));
components.add(SeparatorLayerAction.INSTANCE);
components.add(new LayerListPopup.InfoAction(this));
return components.toArray(new Action[components.size()]);