/[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 3014 by capela, Mon Oct 17 16:23:15 2016 UTC revision 3038 by capela, Thu Nov 10 16:23:30 2016 UTC
# Line 1047  bool MainForm::saveSessionFile ( const Q Line 1047  bool MainForm::saveSessionFile ( const Q
1047          QTextStream ts(&file);          QTextStream ts(&file);
1048          ts << "# " << QSAMPLER_TITLE " - " << tr(QSAMPLER_SUBTITLE) << endl;          ts << "# " << QSAMPLER_TITLE " - " << tr(QSAMPLER_SUBTITLE) << endl;
1049          ts << "# " << tr("Version")          ts << "# " << tr("Version")
1050          << ": " QSAMPLER_VERSION << endl;          << ": " CONFIG_BUILD_VERSION << endl;
1051          ts << "# " << tr("Build")          ts << "# " << tr("Build")
1052          << ": " CONFIG_BUILD_DATE << endl;          << ": " CONFIG_BUILD_DATE << endl;
1053          ts << "#"  << endl;          ts << "#"  << endl;
# Line 1964  void MainForm::helpAbout (void) Line 1964  void MainForm::helpAbout (void)
1964          QString sText = "<p>\n";          QString sText = "<p>\n";
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>" CONFIG_BUILD_VERSION "</b><br />\n";
1968          sText += "<small>" + tr("Build") + ": " CONFIG_BUILD_DATE "</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\">";

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

  ViewVC Help
Powered by ViewVC