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

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

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

revision 454 by capela, Mon Mar 14 10:59:57 2005 UTC revision 757 by capela, Fri Aug 26 23:04:32 2005 UTC
# Line 20  Line 20 
20    
21  *****************************************************************************/  *****************************************************************************/
22    
23    #include "qsamplerAbout.h"
24    #include "qsamplerOptions.h"
25    
26  #include <qvalidator.h>  #include <qvalidator.h>
27  #include <qmessagebox.h>  #include <qmessagebox.h>
28  #include <qfontdialog.h>  #include <qfontdialog.h>
29    
 #include "qsamplerOptions.h"  
   
 #include "config.h"  
   
30    
31  // Kind of constructor.  // Kind of constructor.
32  void qsamplerOptionsForm::init (void)  void qsamplerOptionsForm::init (void)
# Line 173  void qsamplerOptionsForm::reject (void) Line 172  void qsamplerOptionsForm::reject (void)
172    
173      // Check if there's any pending changes...      // Check if there's any pending changes...
174      if (m_iDirtyCount > 0) {      if (m_iDirtyCount > 0) {
175          switch (QMessageBox::warning(this, tr("Warning"),          switch (QMessageBox::warning(this,
176                            QSAMPLER_TITLE ": " + tr("Warning"),
177              tr("Some settings have been changed.\n\n"              tr("Some settings have been changed.\n\n"
178                 "Do you want to apply the changes?"),                 "Do you want to apply the changes?"),
179              tr("Apply"), tr("Discard"), tr("Cancel"))) {              tr("Apply"), tr("Discard"), tr("Cancel"))) {

Legend:
Removed from v.454  
changed lines
  Added in v.757

  ViewVC Help
Powered by ViewVC