UPD: Don't show "Save template with path" button when only defining the template as the starting path is not used there anyway.

This commit is contained in:
cobines 2012-04-19 08:51:43 +00:00
commit 7e75befa6a

View file

@ -447,6 +447,7 @@ begin
btnStop.Visible := False;
btnNewSearch.Visible := False;
btnLastSearch.Visible := False;
btnSearchSaveWithStartingPath.Visible := False;
gbFindData.Visible := False;
tsPlugins.TabVisible := False;
tsResults.TabVisible := False;