/[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 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  void OptionsForm::reject (void) Line 356  void OptionsForm::reject (void)
356          // Check if there's any pending changes...          // Check if there's any pending changes...
357          if (m_iDirtyCount > 0) {          if (m_iDirtyCount > 0) {
358                  switch (QMessageBox::warning(this,                  switch (QMessageBox::warning(this,
359                          QSAMPLER_TITLE ": " + tr("Warning"),                          tr("Warning"),
360                          tr("Some settings have been changed.\n\n"                          tr("Some settings have been changed.\n\n"
361                          "Do you want to apply the changes?"),                          "Do you want to apply the changes?"),
362                          QMessageBox::Apply |                          QMessageBox::Apply |

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

  ViewVC Help
Powered by ViewVC