Changeset 1561


Ignore:
Timestamp:
2000-09-25T14:22:26+12:00 (24 years ago)
Author:
nzdl
Message:

made default DocumentText format output document to same width as
rest of page.

File:
1 edited

Legend:

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

    r1555 r1561  
    7373  DocumentButtons.push_back ("Detach");
    7474  DocumentButtons.push_back ("Highlight");
    75   DocumentText = "[Text]";
     75  DocumentText = "<center><table width=_pagewidth_><tr><td>[Text]</td></tr></table></center>";
    7676  formatstrings.erase (formatstrings.begin(), formatstrings.end());
    7777  DocumentUseHTML = false;
Note: See TracChangeset for help on using the changeset viewer.