Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2006, 2:41:51 PM (18 years ago)
Author:
bensch
Message:

more file stuff in File-class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/shell/shell_completion_plugin.cc

    r7610 r7616  
    136136        printf("%s\n", (ResourceManager::getInstance()->getDataDir() + fileName).c_str());
    137137        if (!nocaseCmp(completionBegin, fileName, completionBegin.size()) &&
    138              ResourceManager::isDir(ResourceManager::getInstance()->getDataDir() + fileName))
     138             ResourceManager::isInDataDir(fileName))
    139139        {
    140140          printf("Dir %s\n", fileName.c_str());
Note: See TracChangeset for help on using the changeset viewer.