VirtualBox

Changeset 2980 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 1, 2007 3:56:12 PM (18 years ago)
Author:
vboxsync
Message:

InnoTek -> innotek: actual code changes (headers follow).

Location:
trunk/src/VBox/Frontends
Files:
8 edited

Legend:

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

    r2491 r2980  
    66
    77/*
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    12191219    char title[1024];
    12201220
    1221     strcpy(title, "InnoTek VirtualBox");
     1221    strcpy(title, "innotek VirtualBox");
    12221222
    12231223    if (machineState == VMSTATE_SUSPENDED)
     
    12511251#endif /* DEBUG */
    12521252
    1253     SDL_WM_SetCaption(title, "InnoTek VirtualBox");
     1253    SDL_WM_SetCaption(title, "innotek VirtualBox");
    12541254}
    12551255
     
    12621262    char szTitle[256];
    12631263    AssertMsg(iPercent >= 0 && iPercent <= 100, ("%d\n", iPercent));
    1264     RTStrPrintf(szTitle, sizeof(szTitle), "InnoTek VirtualBox - Saving %d%%...", iPercent);
    1265     SDL_WM_SetCaption(szTitle, "InnoTek VirtualBox");
     1264    RTStrPrintf(szTitle, sizeof(szTitle), "innotek VirtualBox - Saving %d%%...", iPercent);
     1265    SDL_WM_SetCaption(szTitle, "innotek VirtualBox");
    12661266}
    12671267
  • trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp

    r1 r2980  
    66
    77/*
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6363
    6464    printf("VirtualBox DirectFB GUI built %s %s\n"
    65            "(C) 2004-2005 InnoTek Systemberatung GmbH\n"
     65           "(C) 2004-2007 innotek GmbH\n"
    6666           "(C) 2004-2005 secunet Security Networks AG\n", __DATE__, __TIME__);
    6767
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r2976 r2980  
    88
    99/*
    10  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     10 * Copyright (C) 2006-2007 innotek GmbH
    1111 *
    1212 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    61066106
    61076107    RTPrintf("VirtualBox Command Line Management Interface Version %s\n"
    6108              "(C) 2005-2007 InnoTek Systemberatung GmbH\n"
     6108             "(C) 2005-2007 innotek GmbH\n"
    61096109             "All rights reserved.\n"
    61106110             "\n",
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r2729 r2980  
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    14001400    }
    14011401
    1402     /* 
     1402    /*
    14031403     * Mount a floppy if requested.
    14041404     */
     
    14621462        goto leave;
    14631463
    1464     /* 
     1464    /*
    14651465     * Mount a CD-ROM if requested.
    14661466     */
     
    36363636
    36373637
    3638     strcpy(szTitle, "InnoTek VirtualBox - ");
     3638    strcpy(szTitle, "innotek VirtualBox - ");
    36393639
    36403640    Bstr name;
     
    37573757    setUITitle(szTitle);
    37583758#else
    3759     SDL_WM_SetCaption(szTitle, "InnoTek VirtualBox");
     3759    SDL_WM_SetCaption(szTitle, "innotek VirtualBox");
    37603760#endif
    37613761}
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r2957 r2980  
    66
    77/*
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    13261326    caption_prefix = tr ("VirtualBox OSE");
    13271327#else
    1328     caption_prefix = tr ("InnoTek VirtualBox");
     1328    caption_prefix = tr ("innotek VirtualBox");
    13291329#endif
    13301330
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r2957 r2980  
    66
    77/*
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    17401740/**
    17411741 *  Comma-separated list of authors of the currently installed translation.
    1742  *  Returns "InnoTek" if no translation is installed or if the translation
    1743  *  file is invalid, or if the translation is supplied by InnoTek.
     1742 *  Returns "innotek" if no translation is installed or if the translation
     1743 *  file is invalid, or if the translation is supplied by innotek.
    17441744 */
    17451745QString VBoxGlobal::languageTranslators() const
    17461746{
    1747     return qApp->translate ("@@@", "InnoTek",
     1747    return qApp->translate ("@@@", "innotek",
    17481748                            "Comma-separated list of translators");
    17491749}
     
    20502050        if (qtSysTr && qtSysTr->load (languageFileName))
    20512051            qApp->installTranslator (qtSysTr);
    2052         /* Note that the Qt translation supplied by InnoTek is always loaded
     2052        /* Note that the Qt translation supplied by innotek is always loaded
    20532053         * afterwards to make sure it will take precedence over the system
    20542054         * translation (it may contain more decent variants of translation
    20552055         * that better correspond to VirtualBox UI). We need to load both
    20562056         * because a newer version of Qt may be installed on the user computer
    2057          * and the InnoTek version may not fully support it. We don't do it on
     2057         * and the innotek version may not fully support it. We don't do it on
    20582058         * Win32 because we supply a Qt library there and therefore the
    2059          * InnoTek translation is always the best one. */
     2059         * innotek translation is always the best one. */
    20602060#endif
    20612061        languageFileName =  nlsDir.absFilePath (QString ("qt_") +
     
    28642864    ev.xclient.data.l [3] = aData3;
    28652865    ev.xclient.data.l [4] = aData4;
    2866    
     2866
    28672867    return XSendEvent (aDpy, DefaultRootWindow (aDpy), False,
    28682868                       SubstructureRedirectMask, &ev) != 0;
     
    28712871#endif
    28722872
    2873 /** 
     2873/**
    28742874 * Activates the specified window. If necessary, the window will be
    28752875 * de-iconified activation.
     
    28772877 * @note On X11, it is implied that @a aWid represents a window of the same
    28782878 * display the application was started on.
    2879  * 
    2880  * @param aWId              Window ID to activate.       
     2879 *
     2880 * @param aWId              Window ID to activate.
    28812881 * @param aSwitchDesktop    @c true to switch to the window's desktop before
    28822882 *                          activation.
    2883  * 
     2883 *
    28842884 * @return @c true on success and @c false otherwise.
    28852885 */
     
    29152915        if (desktop != NULL)
    29162916        {
    2917             Bool ok = XXSendClientMessage (dpy, DefaultRootWindow (dpy), 
     2917            Bool ok = XXSendClientMessage (dpy, DefaultRootWindow (dpy),
    29182918                                           "_NET_CURRENT_DESKTOP",
    29192919                                           *desktop);
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp

    r2979 r2980  
    66
    77/*
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    10281028    setCaption (tr ("VirtualBox OSE"));
    10291029#else
    1030     setCaption (tr ("InnoTek VirtualBox"));
     1030    setCaption (tr ("innotek VirtualBox"));
    10311031#endif
    10321032
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h

    r2936 r2980  
    66
    77/*
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    112112
    113113        QString translatorsName = tratra (aTranslator,
    114             "@@@", "InnoTek", "Comma-separated list of translators");
     114            "@@@", "innotek", "Comma-separated list of translators");
    115115
    116116        QString itemName = nativeLanguage;
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