Changeset 16072 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jan 20, 2009 9:21:53 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41771
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxAboutDlg.cpp
r13156 r16072 6 6 7 7 /* 8 * Copyright (C) 2006-200 8Sun Microsystems, Inc.8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 50 50 #if VBOX_OSE 51 51 mAboutText = aboutText + " " + versionText.arg (mVersion) + "\n" + 52 QString ("%1 2004-200 8Sun Microsystems, Inc.").arg (QChar (0xa9));52 QString ("%1 2004-2009 Sun Microsystems, Inc.").arg (QChar (0xa9)); 53 53 #else /* VBOX_OSE */ 54 54 mAboutText = aboutText + "\n" +
Note:
See TracChangeset
for help on using the changeset viewer.