VirtualBox

Changeset 4377 in vbox for trunk


Ignore:
Timestamp:
Aug 27, 2007 8:45:40 AM (17 years ago)
Author:
vboxsync
Message:

wording

Location:
trunk/src/VBox/Additions/os2
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/os2/VBoxGuest/VBoxGuest-os2.def

    r4071 r4377  
    1717
    1818PHYSICAL DEVICE VBoxGst
    19 DESCRIPTION 'VirtualBox.org Guest Additions Driver for OS/2.'
     19DESCRIPTION 'VirtualBox Guest Additions Driver for OS/2.'
    2020CODE PRELOAD EXECUTEREAD
    2121DATA PRELOAD
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSF.def

    r3655 r4377  
    44
    55LIBRARY VBoxSF
    6 DESCRIPTION 'VirtualBox.org Guest Additions Shared Folder FSD for OS/2.'
     6DESCRIPTION 'VirtualBox Guest Additions Shared Folder FSD for OS/2.'
    77DATA PRELOAD SINGLE SHARED MOVABLE
    88CODE PRELOAD MOVABLE
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFA.asm

    r3655 r4377  
    13651365segment DATA16
    13661366.szMessage:
    1367     db 'VirtualBox.org Guest Additions IFS for OS/2', 0dh, 0ah, 0
     1367    db 'VirtualBox Guest Additions IFS for OS/2', 0dh, 0ah, 0
    13681368segment CODE16
    13691369    mov     bx, .szMessage
  • trunk/src/VBox/Additions/os2/VBoxService/VBoxService-os2.def

    r4071 r4377  
    1616
    1717NAME VBoxSvc
    18 DESCRIPTION 'VirtualBox.org Guest Additions Service for OS/2.'
     18DESCRIPTION 'VirtualBox Guest Additions Service for OS/2.'
    1919CODE SHARED
    2020DATA MULTIPLE NONSHARED
  • trunk/src/VBox/Additions/os2/VBoxService/VBoxServiceClipboard-os2.cpp

    r4071 r4377  
    168168         * Create the 'nothing-changed' format.
    169169         */
    170         g_atomNothingChanged = WinAddAtom(WinQuerySystemAtomTable(), (PCSZ)"VirtualBox.org Clipboard Service");
     170        g_atomNothingChanged = WinAddAtom(WinQuerySystemAtomTable(), (PCSZ)"VirtualBox Clipboard Service");
    171171        LONG lLastError = WinGetLastError(g_habCtrl);
    172172        if (g_atomNothingChanged == 0)
    173             g_atomNothingChanged = WinFindAtom(WinQuerySystemAtomTable(), (PCSZ)"VirtualBox.org Clipboard Service");
     173            g_atomNothingChanged = WinFindAtom(WinQuerySystemAtomTable(), (PCSZ)"VirtualBox Clipboard Service");
    174174        if (g_atomNothingChanged)
    175175        {
     
    904904                g_hwndWorker = WinCreateWindow(HWND_OBJECT,                             /* hwndParent */
    905905                                               (PCSZ)"VBoxServiceClipboardClass",       /* pszClass */
    906                                                (PCSZ)"VirtualBox.org Clipboard Service",/* pszName */
     906                                               (PCSZ)"VirtualBox Clipboard Service",    /* pszName */
    907907                                               0,                                       /* flStyle */
    908908                                               0, 0, 0, 0,                              /* x, y, cx, cy */
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