Changeset 46884 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 1, 2013 1:11:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp
r46782 r46884 279 279 QString strDistributiveInfo; 280 280 if (iMajor == 6) 281 strDistributiveInfo = QString("Windows Vista %1"); 281 { 282 if (iMinor >= 3) 283 strDistributiveInfo = QString("Windows 8.1 %1"); 284 else if (iMinor == 2) 285 strDistributiveInfo = QString("Windows 8 %1"); 286 else if (iMinor == 1) 287 strDistributiveInfo = QString("Windows 7 %1"); 288 else 289 strDistributiveInfo = QString("Windows Vista %1"); 290 } 282 291 else if (iMajor == 5) 283 292 {
Note:
See TracChangeset
for help on using the changeset viewer.