Changeset 13432


Ignore:
Timestamp:
2006-12-06T11:04:24+13:00 (17 years ago)
Author:
shaoqun
Message:

added a print option for DocumentButtons format

File:
1 edited

Legend:

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

    r12183 r13432  
    7171      if (*here == "Detach")
    7272    buttons.push_back ("_document:imagedetach_");
     73      else if(*here == "Print")
     74        buttons.push_back ("_document:imageprint_");
    7375      else if (*here == "Highlight") {
    7476    if (args["hl"] == "1")
Note: See TracChangeset for help on using the changeset viewer.