Changeset 458 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-08-13T16:18:04+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed some typos

File:
1 edited

Legend:

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

    r444 r458  
    1212/*
    1313   $Log$
     14   Revision 1.19  1999/08/13 04:18:04  sjboddie
     15   fixed some typos
     16
    1417   Revision 1.18  1999/08/10 22:42:21  sjboddie
    1518   added more format options to document tocs - there are now just two
     
    124127// output_controls displays the detach, expand/contract contents,
    125128// expand/contract text and highlighting/no highlighting buttons
    126 // and the warning if expanded text is going to be large
    127129static void output_controls (cgiargsclass &args, const text_tarray &ibuttons,
    128130                 recptproto */*collectproto*/, displayclass &disp,
     
    214216  bool getParents = false;
    215217  ResultDocInfo_t docinfo;
    216   //  text_t booktop, title, author;
    217218  text_t &collection = args["c"];
    218219  int gt = args.getintarg("gt");
     
    239240
    240241    textout
    241       << "\n<!-- Table of Contents produced by browsetools::output_book_toc -->\n\n";
     242      << "\n<!-- Table of Contents produced by browsetools::output_document_toc -->\n\n";
    242243   
    243244    textout << outconvert << disp
     
    333334  bool havecontrols = false;
    334335
    335   textout << "\n<!-- Table of Contents produced by browsetools::output_toc -->\n\n";
     336  textout << "\n<!-- Table of Contents produced by browsetools::output_standard_toc -->\n\n";
    336337
    337338  // get the cover image (if there is one) and the control buttons
Note: See TracChangeset for help on using the changeset viewer.