Changeset 28844 in vbox
- Timestamp:
- Apr 27, 2010 4:07:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp
r28841 r28844 424 424 /* Test 'seamless' flag: */ 425 425 QString strSeamlessSettings = machine.GetExtraData(VBoxDefs::GUI_Seamless); 426 printf ("%s\n", qPrintable(strSeamlessSettings));427 426 if (strSeamlessSettings == "on") 428 427 {
Note:
See TracChangeset
for help on using the changeset viewer.