mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 13:49:30 +02:00
IDE: put the MessageBoxes back, removed accidentally
git-svn-id: trunk@32992 -
This commit is contained in:
parent
685319e417
commit
0f2c8fd691
@ -262,6 +262,7 @@ begin
|
||||
AnEnvironmentOptions.Filename := AFilename;
|
||||
DoSaveSettings(AnEnvironmentOptions);
|
||||
AnEnvironmentOptions.Save(true);
|
||||
ShowMessage(lisSavedSuccessfully);
|
||||
finally
|
||||
AnEnvironmentOptions.Free;
|
||||
end;
|
||||
@ -299,6 +300,7 @@ begin
|
||||
AnEnvironmentOptions.Filename := OpenDialog.Filename;
|
||||
AnEnvironmentOptions.Load(true);
|
||||
DoLoadSettings(AnEnvironmentOptions);
|
||||
ShowMessage(lisLoadedSuccessfully);
|
||||
finally
|
||||
AnEnvironmentOptions.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user