Changeset 4165 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Aug 16, 2007 8:30:32 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r4071 r4165 1850 1850 /* Saved state folder */ 1851 1851 if (leSnapshotFolder->isModified()) 1852 { 1852 1853 cmachine.SetSnapshotFolder (leSnapshotFolder->text()); 1854 if (!cmachine.isOk()) 1855 vboxProblem().cannotSetSnapshotFolder (cmachine); 1856 } 1853 1857 1854 1858 /* Description */
Note:
See TracChangeset
for help on using the changeset viewer.