VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/GuestHost/SharedClipboard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp

    r28800 r33540  
    2020#include <VBox/GuestHost/clipboard-helper.h>
    2121
    22 /** @todo use const where appropriate; delinuxifiy the code (*Lin* -> *Host*); use AssertLogRel*. */
     22/** @todo use const where appropriate; delinuxify the code (*Lin* -> *Host*); use AssertLogRel*. */
    2323
    2424int vboxClipboardUtf16GetWinSize(PRTUTF16 pwszSrc, size_t cwSrc, size_t *pcwDest)
  • trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp

    r28800 r33540  
    623623    /* Make sure we are thread safe */
    624624    XtToolkitThreadInitialize();
    625     /* Set up the Clipbard application context and main window.  We call all
     625    /* Set up the Clipboard application context and main window.  We call all
    626626     * these functions directly instead of calling XtOpenApplication() so
    627627     * that we can fail gracefully if we can't get an X11 display. */
     
    14401440        rc = VERR_NO_MEMORY;
    14411441
    1442     /* And do the convertion, bearing in mind that Latin-1 expands "naturally"
     1442    /* And do the conversion, bearing in mind that Latin-1 expands "naturally"
    14431443     * to Utf-16. */
    14441444    if (RT_SUCCESS(rc))
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