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

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

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

revision 1366 by schoenebeck, Mon Oct 1 18:26:06 2007 UTC revision 1367 by capela, Mon Oct 1 22:03:35 2007 UTC
# Line 685  bool qsamplerChannel::editChannel (void) Line 685  bool qsamplerChannel::editChannel (void)
685    
686          if (::lscp_edit_instrument(pMainForm->client(), m_iChannelID) != LSCP_OK) {          if (::lscp_edit_instrument(pMainForm->client(), m_iChannelID) != LSCP_OK) {
687                  appendMessagesClient("lscp_edit_instrument");                  appendMessagesClient("lscp_edit_instrument");
688                  appendMessagesError(                  appendMessagesError(QObject::tr(
689                          "Could not launch an appropriate instrument editor for the\n"                          "Could not launch an appropriate instrument editor "
690                          "given instrument! Make sure you have an appropriate\n"                          "for the given instrument!\n"
691                          "instrument editor like 'gigedit' installed and that it placed\n"                          "Make sure you have an appropriate instrument editor like"
692                          "its mandatory DLL file into the sampler's plugin directory."                          "'gigedit' installed and that it placed its mandatory "
693                            "DLL file into the sampler's plugin directory.")
694                  );                  );
695                  return false;                  return false;
696          }          }
# Line 698  bool qsamplerChannel::editChannel (void) Line 699  bool qsamplerChannel::editChannel (void)
699    
700          return true;          return true;
701  #else  #else
702          appendMessagesError(          appendMessagesError(QObject::tr(
703                  "Sorry, QSampler was compiled for a version of liblscp which lacks\n"                  "Sorry, QSampler was compiled for a version of liblscp "
704                  "this feature. You may want to update liblscp and recompile\n"                  "which lacks this feature.\n"
705                  "QSampler afterwards."                  "You may want to update liblscp and recompile QSampler afterwards.")
706          );          );
707          return false;          return false;
708  #endif  #endif

Legend:
Removed from v.1366  
changed lines
  Added in v.1367

  ViewVC Help
Powered by ViewVC