Skip to content

Commit

Permalink
remove colon from Samples label
Browse files Browse the repository at this point in the history
  • Loading branch information
bazz1tv committed Feb 20, 2021
1 parent 9d3b3a0 commit d89ba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pc/tracker/Sample_Panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const int Sample_Panel::NUM_ROWS;
#define min(x, y) ((x) <= (y) ? (x) : (y))

Sample_Panel::Sample_Panel(Sample* samples) :
title("Samples:"),
title("Samples"),
loadbtn("Load", Sample_Panel::load, this),
savebtn("Save", Sample_Panel::save, this),
clearbtn("Zap", Sample_Panel::clear, this),
Expand Down

0 comments on commit d89ba82

Please sign in to comment.