/[svn]/qsampler/trunk/src/qsamplerMainForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui.h

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

revision 371 by capela, Fri Feb 11 15:36:06 2005 UTC revision 382 by capela, Mon Feb 14 15:42:38 2005 UTC
# Line 1091  void qsamplerMainForm::helpAbout (void) Line 1091  void qsamplerMainForm::helpAbout (void)
1091      sText += tr("GIG (libgig) file support disabled.");      sText += tr("GIG (libgig) file support disabled.");
1092      sText += "</font></small><br />";      sText += "</font></small><br />";
1093  #endif  #endif
1094    #ifndef CONFIG_INSTRUMENT_NAME
1095        sText += "<small><font color=\"red\">";
1096        sText += tr("LSCP (liblscp) instrument_name support disabled.");
1097        sText += "</font></small><br />";
1098    #endif
1099      sText += "<br />\n";      sText += "<br />\n";
1100      sText += tr("Using") + ": ";      sText += tr("Using") + ": ";
1101      sText += ::lscp_client_package();      sText += ::lscp_client_package();

Legend:
Removed from v.371  
changed lines
  Added in v.382

  ViewVC Help
Powered by ViewVC