Ignore:
Timestamp:
Jan 30, 2018, 2:34:00 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Translate open/save dialog filter text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r169 r173  
    502502  object OpenDialog1: TOpenDialog
    503503    DefaultExt = '.adp'
    504     Filter = 'Acronym Decoder project (.adp)|*.adp|Všechny soubory|*.*'
    505504    left = 100
    506505    top = 260
     
    508507  object SaveDialog1: TSaveDialog
    509508    DefaultExt = '.adp'
    510     Filter = 'Acronym Decoder project (.adp)|*.adp|Všechny soubory|*.*'
     509    Filter = 'Acronym Decoder project (.adp)|*.adp|All files|*.*'
    511510    left = 100
    512511    top = 180
Note: See TracChangeset for help on using the changeset viewer.