Browse Source

Fix keyboard accelerator conflicts.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@788 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 years ago
parent
commit
54f7af26d7
3 changed files with 4 additions and 4 deletions
  1. 2 2
      CustomStyleUnit.dfm
  2. 1 1
      StyleSelectionUnit.dfm
  3. 1 1
      WordListUnit.dfm

+ 2 - 2
CustomStyleUnit.dfm

@@ -63,7 +63,7 @@ object CustomStyleForm: TCustomStyleForm
     Top = 128
     Width = 81
     Height = 25
-    Caption = 'C&olor...'
+    Caption = 'Co&lor...'
     TabOrder = 5
     OnClick = Button1Click
   end
@@ -128,7 +128,7 @@ object CustomStyleForm: TCustomStyleForm
     Top = 88
     Width = 73
     Height = 17
-    Caption = '&Switchable'
+    Caption = 'S&witchable'
     TabOrder = 3
     OnClick = SwitchableCheckBoxClick
   end

+ 1 - 1
StyleSelectionUnit.dfm

@@ -67,7 +67,7 @@ object StyleSelectionForm: TStyleSelectionForm
     Top = 60
     Width = 65
     Height = 17
-    Caption = 'Strike &Out'
+    Caption = 'S&trike Out'
     Enabled = False
     TabOrder = 4
   end

+ 1 - 1
WordListUnit.dfm

@@ -40,7 +40,7 @@ object WordListForm: TWordListForm
     Top = 144
     Width = 81
     Height = 25
-    Caption = 'C&olor...'
+    Caption = 'Co&lor...'
     TabOrder = 2
     OnClick = Button1Click
   end