Ignore:
Timestamp:
2000-03-31T15:04:32+12:00 (24 years ago)
Author:
nzdl
Message:

tidied up some of the browsing code - replaced DocumentImages,
DocumentTitles and DocumentHeading with DocumentIcon

File:
1 edited

Legend:

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

    r928 r1048  
    2828/*
    2929   $Log$
     30   Revision 1.35  2000/03/31 03:04:31  nzdl
     31   tidied up some of the browsing code - replaced DocumentImages,
     32   DocumentTitles and DocumentHeading with DocumentIcon
     33
    3034   Revision 1.34  2000/02/15 22:53:49  kjm18
    3135   search history stuff added.
     
    604608
    605609  while (format_here != format_end) {
    606     if (((*format_here).first == "DocumentImages") &&
    607     ((*format_here).second == "true"))
    608       formatinfo.DocumentImages = true;
    609     else if (((*format_here).first == "DocumentTitles") &&
    610          ((*format_here).second == "false"))
    611       formatinfo.DocumentTitles = false;
    612     else if ((*format_here).first == "DocumentHeading")
    613       formatinfo.DocumentHeading = (*format_here).second;
     610    if ((*format_here).first == "DocumentIcon")
     611      formatinfo.DocumentIcon = (*format_here).second;
    614612    else if (((*format_here).first == "DocumentContents") &&
    615613         ((*format_here).second == "false"))
Note: See TracChangeset for help on using the changeset viewer.