Changeset 3073


Ignore:
Timestamp:
Jul 15, 2018, 2:11:41 PM (7 years ago)
Author:
Andreas Schnellbacher
Message:
File:
1 edited

Legend:

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

    r3072 r3073  
    367367         wrd = lowcase( wrd)
    368368         SettingsValue = GetAVar(fid'.'wrd)
     369         if wrd = 'keyset' & SettingsValue = 'std' then
     370            SettingsValue = 'DEFAULT'
     371         endif
    369372         if SettingsValue <> '' & SettingsValue <> 'DEFAULT' then
    370373            UsedFileSettings = UsedFileSettings wrd
Note: See TracChangeset for help on using the changeset viewer.