Changeset 59712 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 17, 2016 12:31:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r57742 r59712 81 81 m_strAboutText = strAboutText + "\n" + strVersionText.arg(m_strVersion); 82 82 #endif /* !VBOX_OSE */ 83 #ifdef DEBUG 84 m_strAboutText = m_strAboutText + QString(" (Qt%1)").arg(qVersion()); 85 #endif /* DEBUG */ 83 86 m_strAboutText = m_strAboutText + "\n" + QString("Copyright %1 %2 %3 and/or its affiliates. All rights reserved.") 84 87 .arg(QChar(0xa9)).arg(VBOX_C_YEAR).arg(VBOX_VENDOR);
Note:
See TracChangeset
for help on using the changeset viewer.