Ignore:
Timestamp:
2006-08-18T13:32:39+12:00 (18 years ago)
Author:
kjdon
Message:

added the directory name into the list of collection names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/wizardaction.cpp

    r12082 r12475  
    445445    }
    446446    fullnamemenu.push_back ('>');
    447     fullnamemenu += fullnames[i];
     447    fullnamemenu += fullnames[i] + " ("+dirnames[i]+")";
    448448    fullnamemenu.push_back ('\n');
    449449
Note: See TracChangeset for help on using the changeset viewer.