VirtualBox

Ignore:
Timestamp:
Jan 25, 2010 8:31:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56931
Message:

VBOX_VENDOR, VBOX_PRODUCT

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp

    r25526 r26034  
    7575#if VBOX_OSE
    7676    mAboutText = aboutText + " " + versionText.arg (mVersion) + "\n" +
    77                  QString ("%1 2004-2009 Sun Microsystems, Inc.").arg (QChar (0xa9));
     77                 QString ("%1 2004-2010 " VBOX_VENDOR).arg (QChar (0xa9));
    7878#else /* VBOX_OSE */
    7979    mAboutText = aboutText + "\n" +
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r25589 r26034  
    2323#include "VBoxGlobal.h"
    2424#include <VBox/VBoxHDD.h>
     25#include <VBox/version.h>
    2526
    2627#include "VBoxDefs.h"
     
    26602661QString VBoxGlobal::languageTranslators() const
    26612662{
    2662     return qApp->translate ("@@@", "Sun Microsystems, Inc.",
     2663    return qApp->translate ("@@@", VBOX_VENDOR,
    26632664                            "Comma-separated list of translators");
    26642665}
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r25526 r26034  
    6262#include <iprt/stream.h>
    6363#include <VBox/err.h>
     64#include <VBox/version.h>
    6465#endif /* !VBOX_WITH_PRECOMPILED_HEADERS */
    6566
     
    258259#endif
    259260
    260     RTPrintf("Sun VirtualBox Graphical User Interface %s\n"
    261             "(C) 2005-2009 Sun Microsystems, Inc.\n"
     261    RTPrintf(VBOX_PRODUCT " Graphical User Interface %s\n"
     262            "(C) 2005-2010 " VBOX_VENDOR "\n"
    262263            "All rights reserved.\n"
    263264            "\n"
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.cpp

    r25177 r26034  
    3333#include <iprt/param.h>
    3434#include <iprt/path.h>
     35#include <VBox/version.h>
    3536
    3637extern const char *gVBoxLangSubDir;
     
    7071
    7172        QString translatorsName = tratra (aTranslator,
    72             "@@@", "Sun Microsystems, Inc.", "Comma-separated list of translators");
     73            "@@@", VBOX_VENDOR, "Comma-separated list of translators");
    7374
    7475        QString itemName = nativeLanguage;
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