VirtualBox

Changeset 18265 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Mar 25, 2009 5:09:08 PM (16 years ago)
Author:
vboxsync
Message:

config file cleanup + small copyright year update

Location:
trunk/src/VBox/Frontends/VBoxBFE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp

    r14831 r18265  
    66
    77/*
    8  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    12691269
    12701270    RTStrPrintf(pszTitle, sizeof(pszTitle),
    1271                 "Sun xVM VirtualBox%s%s",
     1271                "Sun VirtualBox%s%s",
    12721272                g_uProgressPercent == ~0U && machineState == VMSTATE_SUSPENDED ? " - [Paused]" : "",
    12731273                mfInputGrab                                                    ? " - [Input captured]": "");
     
    13121312    char szTitle[256];
    13131313    AssertMsg(iPercent >= 0 && iPercent <= 100, ("%d\n", iPercent));
    1314     RTStrPrintf(szTitle, sizeof(szTitle), "Sun xVM VirtualBox - %s %d%%...", pszStr, iPercent);
    1315     SDL_WM_SetCaption(szTitle, "Sun xVM VirtualBox");
     1314    RTStrPrintf(szTitle, sizeof(szTitle), "Sun VirtualBox - %s %d%%...", pszStr, iPercent);
     1315    SDL_WM_SetCaption(szTitle, "Sun VirtualBox");
    13161316}
    13171317
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r17743 r18265  
    1111
    1212/*
    13  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     13 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    1414 *
    1515 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    432432    int rc = VINF_SUCCESS;
    433433
    434     RTPrintf("Sun xVM VirtualBox Simple SDL GUI built %s %s\n", __DATE__, __TIME__);
     434    RTPrintf("Sun VirtualBox Simple SDL GUI built %s %s\n", __DATE__, __TIME__);
    435435
    436436    // less than one parameter is not possible
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