Changeset 9078 in vbox
- Timestamp:
- May 23, 2008 12:34:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp
r9077 r9078 265 265 int insertPosition = -1; 266 266 for (int i = 0; i < count(); ++ i) 267 /* Searching for the first real (non-null) vdi item 268 which have name greater than the item to be inserted. 269 This is necessary for sorting items alphabetically. */ 267 270 if (text (i).localeAwareCompare (aName) > 0 && 268 271 !getId (i).isNull())
Note:
See TracChangeset
for help on using the changeset viewer.