Changeset 874


Ignore:
Timestamp:
2000-01-27T09:10:31+13:00 (24 years ago)
Author:
sjboddie
Message:

changed the default order of detach/expand/highlight buttons

File:
1 edited

Legend:

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

    r868 r874  
    2828/*
    2929   $Log$
     30   Revision 1.17  2000/01/26 20:10:31  sjboddie
     31   changed the default order of detach/expand/highlight buttons
     32
    3033   Revision 1.16  2000/01/25 22:33:31  sjboddie
    3134   added DocumentUseHTML
     
    127130  DocumentArrowsBottom = true;
    128131  DocumentButtons.erase (DocumentButtons.begin(), DocumentButtons.end());
     132  DocumentButtons.push_back ("Expand Text");
     133  DocumentButtons.push_back ("Expand Contents");
    129134  DocumentButtons.push_back ("Detach");
    130135  DocumentButtons.push_back ("Highlight");
    131   DocumentButtons.push_back ("Expand Text");
    132   DocumentButtons.push_back ("Expand Contents");
    133136  DocumentText = "[Text]";
    134137  formatstrings.erase (formatstrings.begin(), formatstrings.end());
Note: See TracChangeset for help on using the changeset viewer.