Changeset 80133 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 5, 2019 12:22:35 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132574
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIPerformanceMonitor.cpp
r80132 r80133 361 361 bool UISubMetric::isPercentage() const 362 362 { 363 return m_strUnit == '%';363 return m_strUnit == "%"; 364 364 } 365 365
Note:
See TracChangeset
for help on using the changeset viewer.