Changeset 32372 in vbox for trunk/src/VBox/Additions/common/VBoxControl
- Timestamp:
- Sep 10, 2010 7:51:30 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65723
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.rc
-
Property svn:keywords
changed from
Id Revision
toAuthor Date Id Revision
r28800 r32372 1 /* $Id$ */ 2 /** @file 3 * VBoxControl - Resouce file containing version info and icon. 4 */ 5 1 6 /* 2 7 * Copyright (C) 2006-2007 Oracle Corporation … … 35 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 36 41 VALUE "OriginalFilename", "VBoxControl.exe\0" 37 VALUE "ProductName", "VirtualBoxGuest Additions\0"42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 38 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 39 44 END -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.