VirtualBox

Changeset 46348 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
May 31, 2013 5:31:20 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86140
Message:

Override VM Icon Implementation xtracker id:5292

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r46123 r46348  
    36213621        Utf8Str str;
    36223622        elmMachine.getAttributeValue("Description", machineUserData.strDescription);
     3623        elmMachine.getAttributeValue("Icon", machineUserData.ovIcon);
    36233624
    36243625        elmMachine.getAttributeValue("OSType", machineUserData.strOsType);
     
    48484849    if (machineUserData.strDescription.length())
    48494850        elmMachine.createChild("Description")->addContent(machineUserData.strDescription);
     4851    elmMachine.setAttribute("Icon", machineUserData.ovIcon);
    48504852    elmMachine.setAttribute("OSType", machineUserData.strOsType);
    48514853    if (    strStateFile.length()
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