Ignore:
Timestamp:
Jan 14, 2018, 6:56:30 PM (7 years ago)
Author:
Andreas Schnellbacher
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/wrap.e

    r2797 r2869  
    4040; ReflowAll2ReflowMargins and defc ReflowPar2ReflowMargins.
    4141defc ReflowmarginsInit
    42    universal nepmd_hini
    4342   universal reflowmargins
    4443   KeyPath = '\NEPMD\User\Reflow\MarginsItem'
    45    i = NepmdQueryConfigValue( nepmd_hini, KeyPath)
     44   i = QueryConfigKey( KeyPath)
    4645   if i = 3 then
    4746      reflowmargins = .margins
    4847   else
    4948      KeyPath = '\NEPMD\User\Reflow\Margins'i
    50       reflowmargins = NepmdQueryConfigValue( nepmd_hini, KeyPath)
     49      reflowmargins = QueryConfigKey( KeyPath)
    5150   endif
    5251
Note: See TracChangeset for help on using the changeset viewer.