Ignore:
Timestamp:
Feb 26, 2010, 1:59:52 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed 4.51->4.6.1 regression: Inconsistent behavior of drive names in file dialogs due to not always stripping the terminating slash out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/dialogs/qfileinfogatherer.cpp

    r561 r606  
    286286        return drive.fileName();
    287287#endif
    288 #if (defined(Q_OS_WIN) && !defined(Q_OS_WINCE)) || defined(Q_OS_SYMBIAN)
     288#if (defined(Q_OS_WIN) && !defined(Q_OS_WINCE)) || defined(Q_OS_SYMBIAN)
    289289    if (driveName.endsWith(QLatin1Char('/')))
    290290        driveName.chop(1);
Note: See TracChangeset for help on using the changeset viewer.