Changeset 116 for trunk/UCore.lfm


Ignore:
Timestamp:
Aug 18, 2021, 5:50:18 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package files.
  • Fixed: Translation of About dialog.
  • Added: Snap package definition file.
  • Modified: Detect different data dir on Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r115 r116  
    2020    EmailContact = 'robie@centrum.cz'
    2121    AppName = 'LazFuck'
    22     Description = 'Simple BrainFuck IDE written in Lazarus/FPC.'
    23     ReleaseDate = 43602
     22    Description = 'A simple BrainFuck IDE written in Lazarus/FPC.'
     23    ReleaseDate = 44426
    2424    RegistryKey = '\Software\Chronosoft\LazFuck'
    2525    RegistryRoot = rrKeyCurrentUser
     
    541541      0000000000000000000000000000000000000000000000000000
    542542    }
    543     left = 108
    544     top = 24
     543    Left = 108
     544    Top = 24
    545545  end
    546546  object Translator: TTranslator
    547547    POFilesFolder = 'Languages'
    548     left = 108
    549     top = 108
     548    Left = 108
     549    Top = 108
    550550  end
    551551  object LastOpenedList: TLastOpenedList
    552552    MaxCount = 10
    553     left = 108
    554     top = 192
     553    Left = 108
     554    Top = 192
    555555  end
    556556  object PersistentForm1: TPersistentForm
    557557    MinVisiblePart = 50
    558558    EntireVisible = False
    559     left = 108
    560     top = 276
     559    Left = 108
     560    Top = 276
    561561  end
    562562  object ImageListMain: TImageList
    563     left = 372
    564     top = 24
     563    Left = 372
     564    Top = 24
    565565    Bitmap = {
    566566      4C691D0000001000000010000000000000000000000000000000000000000000
     
    14971497  object ScaleDPI1: TScaleDPI
    14981498    AutoDetect = False
    1499     left = 372
    1500     top = 120
     1499    Left = 372
     1500    Top = 120
    15011501  end
    15021502  object ThemeManager: TThemeManager
    1503     left = 362
    1504     top = 209
     1503    Left = 362
     1504    Top = 209
    15051505  end
    15061506  object AboutDialog: TAboutDialog
    1507     CoolTranslator = CoolTranslator
     1507    CoolTranslator = Translator
    15081508    ThemeManager = ThemeManager
    15091509    ApplicationInfo = ApplicationInfo
    1510     left = 362
    1511     top = 288
     1510    Left = 362
     1511    Top = 288
    15121512  end
    15131513end
Note: See TracChangeset for help on using the changeset viewer.