/[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 4055 by capela, Sun May 15 18:43:41 2022 UTC revision 4056 by capela, Thu Mar 23 10:03:02 2023 UTC
# Line 1  Line 1 
1  // qsamplerMainForm.cpp  // qsamplerMainForm.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2022, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2023, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007-2019 Christian Schoenebeck     Copyright (C) 2007-2019 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 2098  void MainForm::helpAbout (void) Line 2098  void MainForm::helpAbout (void)
2098  #endif  #endif
2099    
2100          // Stuff the about box text...          // Stuff the about box text...
2101          QString sText = "<p>\n";          QString sText = "<h1>" QSAMPLER_TITLE "</h1>\n";
2102          sText += "<b>" QSAMPLER_TITLE " - " + tr(QSAMPLER_SUBTITLE) + "</b><br />\n";          sText += "<p>" + tr(QSAMPLER_SUBTITLE) + "<br />\n";
2103          sText += "<br />\n";          sText += "<br />\n";
2104          sText += tr("Version") + ": <b>" CONFIG_BUILD_VERSION "</b><br />\n";          sText += tr("Version") + ": <b>" CONFIG_BUILD_VERSION "</b><br />\n";
2105  //      sText += "<small>" + tr("Build") + ": " CONFIG_BUILD_DATE "</small><br />\n";  //      sText += "<small>" + tr("Build") + ": " CONFIG_BUILD_DATE "</small><br />\n";

Legend:
Removed from v.4055  
changed lines
  Added in v.4056

  ViewVC Help
Powered by ViewVC