Changeset 71669 in vbox
- Timestamp:
- Apr 4, 2018 6:54:19 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r71638 r71669 893 893 m_logPageList[tabIndex] = pLogPage; 894 894 895 /* Set the log string of the UIVMLogPage: */896 pLogPage->setLogString(strLogContent);897 895 /* Set text edit since we want to display this text: */ 898 896 if (!noLogsToShow) 897 { 899 898 pLogPage->setTextEditText(strLogContent); 899 /* Set the log string of the UIVMLogPage: */ 900 pLogPage->setLogString(strLogContent); 901 } 900 902 /* In case there are some errors append the error text as html: */ 901 903 else
Note:
See TracChangeset
for help on using the changeset viewer.