/[svn]/qsampler/trunk/src/qsamplerChannelStrip.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3558 by capela, Tue Aug 13 10:19:32 2019 UTC revision 3559 by capela, Thu Aug 22 18:58:38 2019 UTC
# Line 356  bool ChannelStrip::channelFxEdit (void) Line 356  bool ChannelStrip::channelFxEdit (void)
356          }          }
357  #else // CONFIG_FXSEND  #else // CONFIG_FXSEND
358          QMessageBox::critical(this,          QMessageBox::critical(this,
359                  QSAMPLER_TITLE ": " + tr("Unavailable"),                  tr("Unavailable"),
360                          tr("Sorry, QSampler was built without FX send support!\n\n"                  tr("Sorry, QSampler was built without FX send support!\n\n"
361                             "(Make sure you have a recent liblscp when recompiling QSampler)"));                  "(Make sure you have a recent liblscp when recompiling QSampler)"));
362  #endif // CONFIG_FXSEND  #endif // CONFIG_FXSEND
363    
364          return bResult;          return bResult;

Legend:
Removed from v.3558  
changed lines
  Added in v.3559

  ViewVC Help
Powered by ViewVC