Ignore:
Timestamp:
Aug 6, 2012, 2:35:22 PM (12 years ago)
Author:
chronos
Message:
  • Added: Registration of new file templates for modules.
  • Added: Program stores last opened file list in registry.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StudioPackage/UDataModule.lfm

    r14 r15  
    733733    OnUnregisterMainMenuItem = APIUnregisterMainMenuItem
    734734    OnDockForm = APIDockForm
     735    OnGetRegistryContext = APIGetRegistryContext
     736    OnRegisterFileTemplate = APIRegisterFileTemplate
     737    OnUnregisterFileTemplate = APIUnregisterFileTemplate
    735738    left = 92
    736739    top = 168
    737740  end
     741  object CoolTranslator1: TCoolTranslator
     742    POFilesFolder = 'Languages'
     743    left = 92
     744    top = 8
     745  end
     746  object ApplicationInfo1: TApplicationInfo
     747    Identification = 1
     748    VersionMajor = 1
     749    VersionMinor = 0
     750    VersionBugFix = 0
     751    VersionSuffix = 'alfa'
     752    HomePage = 'http://svn.zdechov.net/trac/LibreDevelop'
     753    AuthorsName = 'Chronos'
     754    EmailContact = 'robie@centrum.cz'
     755    AppName = 'LibreDevelop Studio'
     756    ReleaseDate = 41096
     757    RegistryKey = '\Software\LibreDevelop\Studio'
     758    RegistryRoot = rrKeyCurrentUser
     759    left = 92
     760    top = 224
     761  end
    738762end
Note: See TracChangeset for help on using the changeset viewer.