/[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 2979 by capela, Tue Aug 16 15:34:45 2016 UTC revision 3014 by capela, Mon Oct 17 16:23:15 2016 UTC
# Line 1049  bool MainForm::saveSessionFile ( const Q Line 1049  bool MainForm::saveSessionFile ( const Q
1049          ts << "# " << tr("Version")          ts << "# " << tr("Version")
1050          << ": " QSAMPLER_VERSION << endl;          << ": " QSAMPLER_VERSION << endl;
1051          ts << "# " << tr("Build")          ts << "# " << tr("Build")
1052          << ": " __DATE__ " " __TIME__ << endl;          << ": " CONFIG_BUILD_DATE << endl;
1053          ts << "#"  << endl;          ts << "#"  << endl;
1054          ts << "# " << tr("File")          ts << "# " << tr("File")
1055          << ": " << QFileInfo(sFilename).fileName() << endl;          << ": " << QFileInfo(sFilename).fileName() << endl;
# Line 1965  void MainForm::helpAbout (void) Line 1965  void MainForm::helpAbout (void)
1965          sText += "<b>" QSAMPLER_TITLE " - " + tr(QSAMPLER_SUBTITLE) + "</b><br />\n";          sText += "<b>" QSAMPLER_TITLE " - " + tr(QSAMPLER_SUBTITLE) + "</b><br />\n";
1966          sText += "<br />\n";          sText += "<br />\n";
1967          sText += tr("Version") + ": <b>" QSAMPLER_VERSION "</b><br />\n";          sText += tr("Version") + ": <b>" QSAMPLER_VERSION "</b><br />\n";
1968          sText += "<small>" + tr("Build") + ": " __DATE__ " " __TIME__ "</small><br />\n";          sText += "<small>" + tr("Build") + ": " CONFIG_BUILD_DATE "</small><br />\n";
1969  #ifdef CONFIG_DEBUG  #ifdef CONFIG_DEBUG
1970          sText += "<small><font color=\"red\">";          sText += "<small><font color=\"red\">";
1971          sText += tr("Debugging option enabled.");          sText += tr("Debugging option enabled.");

Legend:
Removed from v.2979  
changed lines
  Added in v.3014

  ViewVC Help
Powered by ViewVC