aboutsummaryrefslogtreecommitdiff
path: root/qmppresetselect.cpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-30 23:54:52 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-30 23:54:52 +0800
commit24481b4334db3c45041db53503a7b6832deb704f (patch)
tree8b8e6b43e76628760de208127ff074eb147cb8c4 /qmppresetselect.cpp
parent1785e14480ab00afc4309bfcfbd5b00caea8ddde (diff)
downloadQMidiPlayer-24481b4334db3c45041db53503a7b6832deb704f.tar.xz
Necro-Fantasy. (WTF)
Diffstat (limited to 'qmppresetselect.cpp')
-rw-r--r--qmppresetselect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmppresetselect.cpp b/qmppresetselect.cpp
index c0e6f75..be589c5 100644
--- a/qmppresetselect.cpp
+++ b/qmppresetselect.cpp
@@ -44,7 +44,7 @@ void qmpPresetSelector::setupWindow(int chid)
CMidiPlayer *plyr=qmpMainWindow::getInstance()->getPlayer();
if(!plyr->getSFCount())return;
ch=chid;int b=0,p=0,r;char name[64];
- sprintf(name,"Preset Selection - Channel #%d",ch);
+ sprintf(name,"Preset Selection - Channel #%d",ch+1);
setWindowTitle(name);
plyr->getChannelPreset(chid,&b,&p,name);
for(int i=0;i<ui->lwBankSelect->count();++i)