Ignore:
Timestamp:
Sep 22, 2018, 9:37:16 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Use different interface language if installed as deb Linux package.
  • Fixed: Propagate status bar, toolbar visibilit, and toolbar icons size to client form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormClient.lfm

    r245 r249  
    124124      Caption = 'Toolbar big icons'
    125125      OnExecute = AToolBarBigIconsExecute
     126      OnUpdate = AToolBarBigIconsUpdate
    126127    end
    127128    object AToolBarVisible: TAction
    128129      Caption = 'Toolbar visible'
    129130      OnExecute = AToolBarVisibleExecute
     131      OnUpdate = AToolBarVisibleUpdate
    130132    end
    131133    object AStatusBarVisible: TAction
    132134      Caption = 'Statusbar visible'
    133135      OnExecute = AStatusBarVisibleExecute
     136      OnUpdate = AStatusBarVisibleUpdate
    134137    end
    135138    object AGameEndTurn: TAction
Note: See TracChangeset for help on using the changeset viewer.