Changeset 5920 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
- Timestamp:
- Dec 2, 2007 11:02:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
r5242 r5920 720 720 bool addEnabled = aItem && 721 721 (isEditable (aItem->text (2)) || 722 aItem->parent() && isEditable (aItem->parent()->text (2)));722 (aItem->parent() && isEditable (aItem->parent()->text (2)))); 723 723 bool removeEnabled = aItem && aItem->parent() && 724 724 isEditable (aItem->parent()->text (2));
Note:
See TracChangeset
for help on using the changeset viewer.