VirtualBox

Ignore:
Timestamp:
Oct 12, 2010 10:38:24 AM (14 years ago)
Author:
vboxsync
Message:

Main: use .vbox extension for machine XML of newly created or renamed machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r33000 r33051  
    475475    strConfigFile.append(RTPATH_DELIMITER);
    476476    strConfigFile.append(strName);
    477     strConfigFile.append(".xml");
     477    strConfigFile.append(".vbox");
    478478
    479479    HRESULT rc = initImpl(aParent, strConfigFile);
     
    76427642            }
    76437643
    7644             newConfigFile = Utf8StrFmt("%s%c%s.xml",
     7644            newConfigFile = Utf8StrFmt("%s%c%s.vbox",
    76457645                newConfigDir.c_str(), RTPATH_DELIMITER, newName.c_str());
    76467646
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette