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

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

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

revision 1840 by capela, Thu Feb 19 11:44:57 2009 UTC revision 1890 by capela, Tue Apr 28 09:06:43 2009 UTC
# Line 2601  void MainForm::stopServer (bool bInterac Line 2601  void MainForm::stopServer (bool bInterac
2601                          "running in the background. The sampler would continue to work\n"                          "running in the background. The sampler would continue to work\n"
2602                          "according to your current sampler session and you could alter the\n"                          "according to your current sampler session and you could alter the\n"
2603                          "sampler session at any time by relaunching QSampler.\n\n"                          "sampler session at any time by relaunching QSampler.\n\n"
2604                          "Do you want LinuxSampler to stop or to keep running in\n"                          "Do you want LinuxSampler to stop?"),
                         "the background?"),  
2605                          QMessageBox::Yes | QMessageBox::No) == QMessageBox::No)                          QMessageBox::Yes | QMessageBox::No) == QMessageBox::No)
2606                  {                  {
2607                          bForceServerStop = false;                          bForceServerStop = false;

Legend:
Removed from v.1840  
changed lines
  Added in v.1890

  ViewVC Help
Powered by ViewVC