Changeset 20652 in vbox
- Timestamp:
- Jun 17, 2009 8:58:29 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r20193 r20652 468 468 else 469 469 { 470 #ifndef DEBUG 470 471 /* Check for BETA version */ 471 472 QString vboxVersion (vboxGlobal().virtualBox().GetVersion()); 472 473 if (vboxVersion.contains ("BETA")) 473 474 vboxProblem().showBETAWarning(); 475 #endif 474 476 475 477 vboxGlobal().setMainWindow (&vboxGlobal().selectorWnd());
Note:
See TracChangeset
for help on using the changeset viewer.