Changeset 34026 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 12, 2010 10:05:57 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.cpp
r34025 r34026 49 49 _snprintf(szMsg, sizeof(szMsg), "Your guest is currently running the Guest Additions version %s. " 50 50 "We recommend updating to the latest version (%s) by choosing the " 51 "install option from the Devices menu.", "1", "2");51 "install option from the Devices menu.", pszGuestVersion, pszHostVersion); 52 52 53 53 rc = hlpShowBalloonTip(gInstance, gToolWindow, ID_TRAYICON,
Note:
See TracChangeset
for help on using the changeset viewer.