aboutsummaryrefslogtreecommitdiff
path: root/qmpchanneleditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmpchanneleditor.cpp')
-rw-r--r--qmpchanneleditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmpchanneleditor.cpp b/qmpchanneleditor.cpp
index 95dedcc..ac1d8fe 100644
--- a/qmpchanneleditor.cpp
+++ b/qmpchanneleditor.cpp
@@ -17,7 +17,7 @@ qmpChannelEditor::~qmpChannelEditor()
void qmpChannelEditor::setupWindow(int chid)
{
- char str[30];if(~chid)ch=chid;
+ char str[256];if(~chid)ch=chid;
sprintf(str,"Channel Parameter Editor - Channel #%d",ch+1);
setWindowTitle(str);
CMidiPlayer* player=qmpMainWindow::getInstance()->getPlayer();