summaryrefslogtreecommitdiff
path: root/plugingui/sampleselectionframecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/sampleselectionframecontent.h')
-rw-r--r--plugingui/sampleselectionframecontent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugingui/sampleselectionframecontent.h b/plugingui/sampleselectionframecontent.h
index 20765ed..ebb1a02 100644
--- a/plugingui/sampleselectionframecontent.h
+++ b/plugingui/sampleselectionframecontent.h
@@ -60,9 +60,9 @@ private:
GridLayout layout{this, 3, 1};
- LabeledControl f_close{this, "Close"};
- LabeledControl f_diverse{this, "Diverse"};
- LabeledControl f_random{this, "Random"};
+ LabeledControl f_close{this, "pClose"};
+ LabeledControl f_diverse{this, "pDiverse"};
+ LabeledControl f_random{this, "pRandom"};
Knob f_close_knob{&f_close};
Knob f_diverse_knob{&f_diverse};