Skip to content
Snippets Groups Projects
Commit 3b5f6e21 authored by jsiegle's avatar jsiegle
Browse files

Change format name to 'Kwik'

parent f0e1b234
No related branches found
No related tags found
No related merge requests found
......@@ -404,8 +404,8 @@ ControlPanel::ControlPanel(ProcessorGraph* graph_, AudioComponent* audio_)
recordSelector = new ComboBox();
recordSelector->addListener(this);
recordSelector->addItem("Open Ephys",1);
recordSelector->addItem("HDF5",2);
recordSelector->addItem("Open Ephys", 1);
recordSelector->addItem("Kwik", 2);
addChildComponent(recordSelector);
newDirectoryButton = new UtilityButton("+", Font("Small Text", 15, Font::plain));
......@@ -524,7 +524,7 @@ void ControlPanel::paint(Graphics& g)
g.setColour(backgroundColour);
g.fillRect(0,0,getWidth(),getHeight());
if (open)
if (:)
{
createPaths();
g.setColour(Colours::black);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment