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

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

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

revision 2722 by capela, Tue Mar 3 17:41:04 2015 UTC revision 3386 by capela, Fri Dec 1 21:14:57 2017 UTC
# Line 255  void OptionsForm::setup ( Options *pOpti Line 255  void OptionsForm::setup ( Options *pOpti
255          else          else
256                  m_ui.MaxVoicesSpinBox->setToolTip(                  m_ui.MaxVoicesSpinBox->setToolTip(
257                          tr("The max. amount of voices the sampler shall process "                          tr("The max. amount of voices the sampler shall process "
258                             "simultaniously.")                             "simultaneously.")
259                  );                  );
260    
261          m_ui.MaxStreamsSpinBox->setEnabled(bMaxStreamsSupported);          m_ui.MaxStreamsSpinBox->setEnabled(bMaxStreamsSupported);
# Line 268  void OptionsForm::setup ( Options *pOpti Line 268  void OptionsForm::setup ( Options *pOpti
268          else          else
269                  m_ui.MaxStreamsSpinBox->setToolTip(                  m_ui.MaxStreamsSpinBox->setToolTip(
270                          tr("The max. amount of disk streams the sampler shall process "                          tr("The max. amount of disk streams the sampler shall process "
271                             "simultaniously.")                             "simultaneously.")
272                  );                  );
273  #else  #else
274          m_ui.MaxVoicesSpinBox->setEnabled(false);          m_ui.MaxVoicesSpinBox->setEnabled(false);

Legend:
Removed from v.2722  
changed lines
  Added in v.3386

  ViewVC Help
Powered by ViewVC