Changeset 31217 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 29, 2010 3:00:29 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64225
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
r30192 r31217 472 472 if (!addVersion.isEmpty() && !addRevision.isEmpty()) 473 473 { 474 QString addInfo = console.GetGuest().GetAdditionsV ersion();474 QString addInfo = console.GetGuest().GetAdditionsVBoxVersion(); 475 475 addVersionStr = (addInfo.isEmpty() ? "(" : "") 476 476 + addVersion -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r30996 r31217 828 828 if (!fIsAdditionsActive) 829 829 return; 830 /* Check the Guest Additions version and warn the user about possible compatibility issues in case if the installed version is outdated. */830 /* Check the Guest Additions interface version and warn the user about possible compatibility issues in case if the installed version is outdated. */ 831 831 CGuest guest = session().GetConsole().GetGuest(); 832 QString strVersion = guest.GetAdditions Version();832 QString strVersion = guest.GetAdditionsInterfaceVersion(); 833 833 uint uVersion = strVersion.toUInt(); 834 834 /** @todo r=bird: This isn't want we want! We want the VirtualBox version of the additions, all three numbers. See @bugref{4084}.*/
Note:
See TracChangeset
for help on using the changeset viewer.