Changeset 4364


Ignore:
Timestamp:
Dec 26, 2020, 1:48:09 AM (4 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed 'Encoding' -> 'Edit command before execution'. KeyPath wasn't renamed at all places.
File:
1 edited

Legend:

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

    r4346 r4364  
    12621262
    12631263      -- Edit command before execution
    1264       if QueryConfigKey( KeyPath'\EditCmdBefore') = 1 then
     1264      KeyPath = '\NEPMD\User\Encoding\EditCmdBefore'
     1265      if QueryConfigKey( KeyPath) = 1 then
    12651266         Title = 'Change encoding'
    12661267         Text  = 'Executed command:'
Note: See TracChangeset for help on using the changeset viewer.