Changeset 41 in tspsg-svn for trunk/src/mainwindow.cpp
- Timestamp:
- Jul 21, 2009, 10:15:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.cpp
r38 r41 279 279 about += QString::fromUtf8(" Compile time: %1\n").arg(QT_VERSION_STR); 280 280 about += QString::fromUtf8(" Runtime: %1\n").arg(qVersion()); 281 about += QString::fromUtf8("Built on %1 at %2\n").arg(__DATE__).arg(__TIME__); 281 282 about += "\n"; 282 283 about += "TSPSG is licensed under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with TSPSG.";
Note: See TracChangeset
for help on using the changeset viewer.