Changeset 70649 in vbox
- Timestamp:
- Jan 19, 2018 2:38:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp
r70647 r70649 436 436 m_pButtonGroup->addButton(m_pOrRadioButton, static_cast<int>(OrButton)); 437 437 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().440 438 m_pOrRadioButton->setText("Or"); 441 439 … … 450 448 /* Configure radio-button: */ 451 449 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().454 450 m_pAndRadioButton->setText("And"); 455 451
Note:
See TracChangeset
for help on using the changeset viewer.