/[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 758 by capela, Sun Aug 28 00:31:34 2005 UTC revision 772 by capela, Tue Sep 13 14:00:22 2005 UTC
# Line 1357  void qsamplerMainForm::stabilizeForm (vo Line 1357  void qsamplerMainForm::stabilizeForm (vo
1357      // Update the main application caption...      // Update the main application caption...
1358      QString sSessionName = sessionName(m_sFilename);      QString sSessionName = sessionName(m_sFilename);
1359      if (m_iDirtyCount > 0)      if (m_iDirtyCount > 0)
1360          sSessionName += '*';          sSessionName += " *";
1361      setCaption(tr(QSAMPLER_TITLE " - [%1]").arg(sSessionName));      setCaption(tr(QSAMPLER_TITLE " - [%1]").arg(sSessionName));
1362    
1363      // Update the main menu state...      // Update the main menu state...

Legend:
Removed from v.758  
changed lines
  Added in v.772

  ViewVC Help
Powered by ViewVC