Ignore:
Timestamp:
2010-08-18T15:49:55+12:00 (14 years ago)
Author:
mdewsnip
Message:

Added code to set optionsassocfilepath so [srclink] works in DocumentText format statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/documentaction.cpp

    r22647 r22671  
    12381238      options["text"] = docresponse.doc;
    12391239
     1240      browsetoolsclass b;
     1241      options["assocfilepath"] = b.get_assocfile_path();
    12401242      if (formatinfo.AllowExtendedOptions) {
    1241         browsetoolsclass b;
    12421243    b.load_extended_options(options, args, browsers, formatinfo,
    12431244                                collectproto, disp, outconvert, logout);
Note: See TracChangeset for help on using the changeset viewer.