VirtualBox

Changeset 70649 in vbox


Ignore:
Timestamp:
Jan 19, 2018 2:38:44 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120380
Message:

FE/Qt: Remove some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp

    r70647 r70649  
    436436                    m_pButtonGroup->addButton(m_pOrRadioButton, static_cast<int>(OrButton));
    437437                    m_pOrRadioButton->setChecked(true);
    438                     // Here goes only usual configuration, but not the NLS assignment,
    439                     // is missed 'tr' intentional? Otherwise add it and move to retranslateUi().
    440438                    m_pOrRadioButton->setText("Or");
    441439
     
    450448                    /* Configure radio-button: */
    451449                    m_pButtonGroup->addButton(m_pAndRadioButton, static_cast<int>(AndButton));
    452                     // Here goes only usual configuration, but not the NLS assignment,
    453                     // is missed 'tr' intentional? Otherwise add it and move to retranslateUi().
    454450                    m_pAndRadioButton->setText("And");
    455451
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette