mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 22:40:56 +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;
|
OldLazDir:=EnvironmentOptions.LazarusDirectory;
|
||||||
if ShowInitialSetupDialog<>mrOk then
|
if ShowInitialSetupDialog<>mrOk then
|
||||||
exit(false);
|
exit(false);
|
||||||
|
EnvironmentOptions.Save(true);
|
||||||
if OldLazDir<>EnvironmentOptions.LazarusDirectory then begin
|
if OldLazDir<>EnvironmentOptions.LazarusDirectory then begin
|
||||||
// fetch new translations
|
// fetch new translations
|
||||||
CollectTranslations(EnvironmentOptions.GetParsedLazarusDirectory);
|
CollectTranslations(EnvironmentOptions.GetParsedLazarusDirectory);
|
||||||
|
Loading…
Reference in New Issue
Block a user