Changeset 73127 in vbox
- Timestamp:
- Jul 13, 2018 3:50:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r72711 r73127 469 469 if (m_guestOSTypeIconNames.contains(strOSTypeID)) 470 470 m_guestOSTypeIcons[strOSTypeID] = iconSet(m_guestOSTypeIconNames[strOSTypeID]); 471 /* Assign fallback icon if we do NOT have that 'guest OS type' registered: */ 472 else if (!strOSTypeID.isNull()) 473 m_guestOSTypeIcons[strOSTypeID] = iconSet(m_guestOSTypeIconNames["Other"]); 471 474 /* Assign fallback icon if we do NOT have that 'guest OS type' known: */ 472 475 else
Note:
See TracChangeset
for help on using the changeset viewer.

