Changeset 1496


Ignore:
Timestamp:
2000-09-04T15:51:10+12:00 (24 years ago)
Author:
sjboddie
Message:

"Expand Text" and "Expand Contents" buttons are no longer defined by
default. Note that this impacts on all collections that use these buttons
as their configuration files must now explicitly set DocumentButtons

Location:
trunk/gsdl
Files:
2 edited

Legend:

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

    r1443 r1496  
    6969  DocumentArrowsBottom = true;
    7070  DocumentButtons.erase (DocumentButtons.begin(), DocumentButtons.end());
    71   DocumentButtons.push_back ("Expand Text");
    72   DocumentButtons.push_back ("Expand Contents");
     71  //  DocumentButtons.push_back ("Expand Text");
     72  //  DocumentButtons.push_back ("Expand Contents");
    7373  DocumentButtons.push_back ("Detach");
    7474  DocumentButtons.push_back ("Highlight");
Note: See TracChangeset for help on using the changeset viewer.