儲存庫 vbox 的更動 63307
- 時間撮記:
- 2016-8-10 下午11:27:48 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r63149 r63307 59 59 } 60 60 61 void VBoxAboutDlg::paintEvent(QPaintEvent * /* pEvent */)61 void VBoxAboutDlg::paintEvent(QPaintEvent * /* pEvent */) 62 62 { 63 63 QPainter painter(this); … … 72 72 #ifdef VBOX_BLEEDING_EDGE 73 73 const QString strVersionText = "EXPERIMENTAL build %1 - " + QString(VBOX_BLEEDING_EDGE); 74 #else /* !VBOX_BLEEDING_EDGE */74 #else 75 75 const QString strVersionText = tr("Version %1"); 76 #endif /* !VBOX_BLEEDING_EDGE */77 #if VBOX_OSE78 m_strAboutText = strAboutText + " " + strVersionText.arg(m_strVersion) + "\n" +79 80 #else /* !VBOX_OSE */76 #endif 77 #ifdef VBOX_OSE 78 m_strAboutText = strAboutText + " " + strVersionText.arg(m_strVersion) + "\n" 79 + QString("%1 2004-" VBOX_C_YEAR " " VBOX_VENDOR).arg(QChar(0xa9)); 80 #else 81 81 m_strAboutText = strAboutText + "\n" + strVersionText.arg(m_strVersion); 82 #endif /* !VBOX_OSE */82 #endif 83 83 m_strAboutText = m_strAboutText + QString(" (Qt%1)").arg(qVersion()); 84 84 m_strAboutText = m_strAboutText + "\n" + QString("Copyright %1 %2 %3 and/or its affiliates. All rights reserved.")
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器