VirtualBox

Ignore:
Timestamp:
Apr 10, 2015 10:29:54 AM (10 years ago)
Author:
vboxsync
Message:

s/drag'n'drop/drag and drop/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r55091 r55180  
    11/* $Id$ */
    22/** @file
    3  * VBoxDnD.cpp - Windows-specific bits of the drag'n drop service.
     3 * VBoxDnD.cpp - Windows-specific bits of the drag and drop service.
    44 */
    55
     
    413413                    hide();
    414414
    415                     LogFlowThisFunc(("Starting drag'n drop: uAllActions=0x%x, dwOKEffects=0x%x ...\n",
     415                    LogFlowThisFunc(("Starting drag and drop: uAllActions=0x%x, dwOKEffects=0x%x ...\n",
    416416                                     uAllActions, startupInfo.dwOKEffects));
    417417
     
    433433
    434434                        default:
    435                             LogFlowThisFunc(("Drag'n drop failed with %Rhrc\n", hr));
     435                            LogFlowThisFunc(("Drag and drop failed with %Rhrc\n", hr));
    436436                            mState = Canceled;
    437437                            rc = VERR_GENERAL_FAILURE; /** @todo Find a better status code. */
     
    778778     */
    779779    if (!this->lstFormats.size())
    780         LogRel(("DnD: Warning: No supported drag'n drop formats on the guest found!\n"));
     780        LogRel(("DnD: Warning: No supported drag and drop formats on the guest found!\n"));
    781781
    782782    /*
     
    874874
    875875    LogFlowThisFunc(("mMode=%ld, mState=%RU32\n", mMode, mState));
    876     LogRel(("DnD: Drag'n drop operation aborted\n"));
     876    LogRel(("DnD: Drag and drop operation aborted\n"));
    877877
    878878    reset();
     
    881881
    882882    /* Post ESC to our window to officially abort the
    883      * drag'n drop operation. */
     883     * drag and drop operation. */
    884884    PostMessage(hWnd, WM_KEYDOWN, VK_ESCAPE, 0 /* lParam */);
    885885
     
    11301130
    11311131            /** @todo Add some i18l tr() macros here. */
    1132             RTStrPrintf(szTitle, sizeof(szTitle), "VirtualBox Guest Additions Drag'n Drop");
    1133             RTStrPrintf(szMsg, sizeof(szMsg), "Drag'n drop to the host either is not supported or disabled. "
    1134                                               "Please enable Guest to Host or Bidirectional drag'n drop mode "
     1132            RTStrPrintf(szTitle, sizeof(szTitle), "VirtualBox Guest Additions Drag and Drop");
     1133            RTStrPrintf(szMsg, sizeof(szMsg), "Drag and drop to the host either is not supported or disabled. "
     1134                                              "Please enable Guest to Host or Bidirectional drag and drop mode "
    11351135                                              "or re-install the VirtualBox Guest Additions.");
    11361136            switch (rc)
     
    14981498
    14991499/**
    1500  * Initializes drag'n drop.
     1500 * Initializes drag and drop.
    15011501 *
    15021502 * @return  IPRT status code.
     
    15291529    if (!fSupportedOS)
    15301530    {
    1531         LogRel(("DnD: Not supported Windows version, disabling drag'n drop support\n"));
     1531        LogRel(("DnD: Not supported Windows version, disabling drag and drop support\n"));
    15321532        rc = VERR_NOT_SUPPORTED;
    15331533    }
     
    15651565        *pfStartThread = true;
    15661566
    1567         LogRel(("DnD: Drag'n drop service successfully started\n"));
     1567        LogRel(("DnD: Drag and drop service successfully started\n"));
    15681568        return VINF_SUCCESS;
    15691569    }
    15701570
    1571     LogRel(("DnD: Initializing drag'n drop service failed with rc=%Rrc\n", rc));
     1571    LogRel(("DnD: Initializing drag and drop service failed with rc=%Rrc\n", rc));
    15721572    return rc;
    15731573}
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