VirtualBox

Changeset 6895 in vbox


Ignore:
Timestamp:
Feb 11, 2008 12:38:15 PM (17 years ago)
Author:
vboxsync
Message:

Main: Error spelling.

File:
1 edited

Legend:

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

    r6853 r6895  
    15641564    LogFlowThisFuncEnter();
    15651565
     1566    if (!aHandled)
     1567        return E_POINTER;
     1568
     1569    *aHandled = FALSE;
     1570
    15661571    AutoCaller autoCaller (this);
    15671572
     
    15881593    HRESULT rc = VBOX_SUCCESS (vrc) ? S_OK :
    15891594        setError (E_FAIL,
    1590             tr ("Checking if poweroff was handled failed (%Vrc)"), vrc);
     1595            tr ("Checking if the ACPI Power Button event was handled by the "
     1596                "guest OS failed (%Vrc)"), vrc);
    15911597
    15921598    *aHandled = handled;
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