Changeset 57742 in vbox
- Timestamp:
- Sep 14, 2015 3:26:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r57716 r57742 81 81 m_strAboutText = strAboutText + "\n" + strVersionText.arg(m_strVersion); 82 82 #endif /* !VBOX_OSE */ 83 m_strAboutText = m_strAboutText + "\n" + QString("Copyright %1 2015 Oracle and/or its affiliates. All rights reserved.").arg(QChar(0xa9)); 83 m_strAboutText = m_strAboutText + "\n" + QString("Copyright %1 %2 %3 and/or its affiliates. All rights reserved.") 84 .arg(QChar(0xa9)).arg(VBOX_C_YEAR).arg(VBOX_VENDOR); 84 85 AssertPtrReturnVoid(m_pLabel); 85 86 m_pLabel->setText(m_strAboutText);
Note:
See TracChangeset
for help on using the changeset viewer.