UIPainter.st
changeset 2426 51e741037ce6
parent 2425 22db8982a5c9
child 2427 ef8001f252ef
equal deleted inserted replaced
2425:22db8982a5c9 2426:51e741037ce6
  1952             translateLabel: true
  1952             translateLabel: true
  1953           )
  1953           )
  1954          (MenuItem
  1954          (MenuItem
  1955             activeHelpKey: replaceBy
  1955             activeHelpKey: replaceBy
  1956             enabled: canReplaceSelection
  1956             enabled: canReplaceSelection
  1957             label: 'Replace by...'
  1957             label: 'Replace By...'
  1958             itemValue: doAskAndReplaceWidgetBy
  1958             itemValue: doAskAndReplaceWidgetBy
  1959             translateLabel: true
  1959             translateLabel: true
  1960           )
  1960           )
  1961          (MenuItem
  1961          (MenuItem
  1962             label: '-'
  1962             label: '-'
  2361      #(Menu
  2361      #(Menu
  2362         (
  2362         (
  2363          (MenuItem
  2363          (MenuItem
  2364             activeHelpKey: replaceBy
  2364             activeHelpKey: replaceBy
  2365             enabled: canChangeOrderInContainer
  2365             enabled: canChangeOrderInContainer
  2366             label: 'Replace by...'
  2366             label: 'Replace By...'
  2367             itemValue: doAskAndReplaceWidgetBy
  2367             itemValue: doAskAndReplaceWidgetBy
  2368             translateLabel: true
  2368             translateLabel: true
  2369           )
  2369           )
  2370          )
  2370          )
  2371         nil
  2371         nil