Browse Source

Fix missing/conflicting accelerators.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@758 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 years ago
parent
commit
9a5f57aaaf
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ToolPropertiesUnit.dfm

+ 3 - 3
ToolPropertiesUnit.dfm

@@ -33,7 +33,7 @@ object ToolPropertiesForm: TToolPropertiesForm
     Width = 73
     Height = 13
     Alignment = taRightJustify
-    Caption = '&Command Line:'
+    Caption = 'Command &Line:'
   end
   object Label3: TLabel
     Left = 18
@@ -124,7 +124,7 @@ object ToolPropertiesForm: TToolPropertiesForm
     Width = 59
     Height = 21
     Anchors = [akTop, akRight]
-    Caption = 'Browse...'
+    Caption = '&Browse...'
     TabOrder = 6
     OnClick = CommandLineBrowseButtonClick
   end
@@ -134,7 +134,7 @@ object ToolPropertiesForm: TToolPropertiesForm
     Width = 59
     Height = 21
     Anchors = [akTop, akRight]
-    Caption = 'Browse...'
+    Caption = 'B&rowse...'
     TabOrder = 7
     OnClick = WorkingDirBrowseButtonClick
   end