VirtualBox

Changeset 29485 in vbox


Ignore:
Timestamp:
May 14, 2010 4:29:31 PM (15 years ago)
Author:
vboxsync
Message:

Frontends/VirtualBox: fix misspelled variable name

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r29455 r29485  
    559559    /* Common flags: */
    560560    , m_fIsFirstTimeStarted(false)
    561     , m_fIsIgnoreRutimeMediumsChanging(false)
     561    , m_fIsIgnoreRuntimeMediumsChanging(false)
    562562    , m_fIsGuestResizeIgnored(false)
    563563    , m_fIsSeamlessModeRequested(false)
     
    11931193        strSettings = machine.GetExtraData(VBoxDefs::GUI_SaveMountedAtRuntime);
    11941194        if (strSettings == "no")
    1195             m_fIsIgnoreRutimeMediumsChanging = true;
     1195            m_fIsIgnoreRuntimeMediumsChanging = true;
    11961196
    11971197        /* Should guest autoresize? */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h

    r29014 r29485  
    9999                                    machineState() == KMachineState_LiveSnapshotting; }
    100100    bool isFirstTimeStarted() const { return m_fIsFirstTimeStarted; }
    101     bool isIgnoreRuntimeMediumsChanging() const { return m_fIsIgnoreRutimeMediumsChanging; }
     101    bool isIgnoreRuntimeMediumsChanging() const { return m_fIsIgnoreRuntimeMediumsChanging; }
    102102    bool isGuestResizeIgnored() const { return m_fIsGuestResizeIgnored; }
    103103    bool isSeamlessModeRequested() const { return m_fIsSeamlessModeRequested; }
     
    231231    /* Common flags: */
    232232    bool m_fIsFirstTimeStarted : 1;
    233     bool m_fIsIgnoreRutimeMediumsChanging : 1;
     233    bool m_fIsIgnoreRuntimeMediumsChanging : 1;
    234234    bool m_fIsGuestResizeIgnored : 1;
    235235    bool m_fIsSeamlessModeRequested : 1;
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