diff options
Diffstat (limited to 'kbfxlib/common/kbfxthemesdata.cpp')
-rw-r--r-- | kbfxlib/common/kbfxthemesdata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/common/kbfxthemesdata.cpp b/kbfxlib/common/kbfxthemesdata.cpp index 5247e9d..174d8f9 100644 --- a/kbfxlib/common/kbfxthemesdata.cpp +++ b/kbfxlib/common/kbfxthemesdata.cpp @@ -65,12 +65,12 @@ ThemesMap KbfxThemesData::setThemeList ( TQString path ) f = new TQFileInfo ( d, fi->fileName() + "/" + m_KbfxThemesVersion ); if ( m_KbfxShowOldThemes ) { - m_themesMap[fi->fileName() ] = ( fi->dirPath ( TRUE ) ).append ( "/" ); + m_themesMap[fi->fileName() ] = ( fi->dirPath ( true ) ).append ( "/" ); } else { if ( f->exists () ) - m_themesMap[fi->fileName() ] = ( fi->dirPath ( TRUE ) ).append ( "/" ); + m_themesMap[fi->fileName() ] = ( fi->dirPath ( true ) ).append ( "/" ); } } ++it; |