VirtualBox

Changeset 9078 in vbox


Ignore:
Timestamp:
May 23, 2008 12:34:21 PM (17 years ago)
Author:
vboxsync
Message:

VBoxMediaComboBox: adding comment to fixing code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp

    r9077 r9078  
    265265    int insertPosition = -1;
    266266    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. */
    267270        if (text (i).localeAwareCompare (aName) > 0 &&
    268271            !getId (i).isNull())
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette