/[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 1366 by capela, Mon Jan 15 19:11:59 2007 UTC revision 1367 by capela, Mon Oct 1 22:03:35 2007 UTC
# Line 1614  void qsamplerMainForm::helpAbout (void) Line 1614  void qsamplerMainForm::helpAbout (void)
1614      sText += tr("MIDI instrument mapping support disabled.");      sText += tr("MIDI instrument mapping support disabled.");
1615      sText += "</font></small><br />";      sText += "</font></small><br />";
1616  #endif  #endif
1617    #ifndef CONFIG_EDIT_INSTRUMENT
1618        sText += "<small><font color=\"red\">";
1619        sText += tr("Instrument editing support disabled.");
1620        sText += "</font></small><br />";
1621    #endif
1622      sText += "<br />\n";      sText += "<br />\n";
1623      sText += tr("Using") + ": ";      sText += tr("Using") + ": ";
1624      sText += ::lscp_client_package();      sText += ::lscp_client_package();

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

  ViewVC Help
Powered by ViewVC