mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:29:29 +02:00
IDE: save environment after initial setup dlg
git-svn-id: trunk@44033 -
This commit is contained in:
parent
2d0521cfba
commit
867ec89c88
@ -9932,6 +9932,7 @@ begin
|
||||
OldLazDir:=EnvironmentOptions.LazarusDirectory;
|
||||
if ShowInitialSetupDialog<>mrOk then
|
||||
exit(false);
|
||||
EnvironmentOptions.Save(true);
|
||||
if OldLazDir<>EnvironmentOptions.LazarusDirectory then begin
|
||||
// fetch new translations
|
||||
CollectTranslations(EnvironmentOptions.GetParsedLazarusDirectory);
|
||||
|
Loading…
Reference in New Issue
Block a user