Ignore:
Timestamp:
Jan 14, 2017, 12:37:47 PM (7 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/LocalPlayer.pas

    r38 r66  
    2525    FormsCreated := true;
    2626    BaseWin.CreateOffscreen;
     27    // TODO: Changing application name in runtime will cause change of Linux XML registry file path
    2728//    Application.MainForm := MainScreen;
    2829    Application.CreateForm(TMainScreen, MainScreen);
    29     MainScreen.HandleNeeded; // Force to call CreateParams method
    3030    Application.CreateForm(TCityDlg, CityDlg);
    3131    Application.CreateForm(TModalSelectDlg, ModalSelectDlg);
Note: See TracChangeset for help on using the changeset viewer.