Changeset 17347 in vbox
- Timestamp:
- Mar 4, 2009 3:13:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r17278 r17347 2661 2661 regExp.cap (1).toInt() : maxSnapShotIndex; 2662 2662 /* Traversing to the next child */ 2663 index = index.GetChildren()[0]; 2663 CSnapshotVector c = index.GetChildren(); 2664 if (c.size() > 0) 2665 index = c[0]; 2666 else 2667 break; 2664 2668 } 2665 2669 dlg.mLeName->setText (snapShotName.arg (maxSnapShotIndex + 1));
Note:
See TracChangeset
for help on using the changeset viewer.

