From 99dd3927e25ec0fee5c1d9f4942a4ef72a9be978 Mon Sep 17 00:00:00 2001 From: "ralf.moorbrink" Date: Tue, 18 Mar 2025 11:48:35 +0100 Subject: [PATCH] Add ShortCut for "Combit" (Combit List&Label) --- source/CompressPath.dpr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/CompressPath.dpr b/source/CompressPath.dpr index 87d94e2..ec14eb5 100644 --- a/source/CompressPath.dpr +++ b/source/CompressPath.dpr @@ -210,6 +210,9 @@ begin AddShortCut('SQL', GetExistingPath(PathProgramFiles, '\Microsoft SQL Server')); AddShortCut('SQL86', GetExistingPath(PathProgramFilesX86, '\Microsoft SQL Server')); + { Combit } + AddShortCut( 'combit', GetExistingPath( PathProgramFilesX86, '\combit')); + { TODO : Add folders for missing Delphi versions} { Delphi 7 }