Procházet zdrojové kódy

Add keyboard accelerators to Preferences/Coding.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@832 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler před 18 roky
rodič
revize
7fd009ea81
2 změnil soubory, kde provedl 10 přidání a 10 odebrání
  1. 6 6
      CodeCompletion/PrefFrame.dfm
  2. 4 4
      PreferencesUnit.dfm

+ 6 - 6
CodeCompletion/PrefFrame.dfm

@@ -11,7 +11,7 @@ object CodingExt: TCodingExt
     Height = 200
     Align = alClient
     BiDiMode = bdRightToLeft
-    Caption = 'Code templates'
+    Caption = 'Code te&mplates'
     ParentBiDiMode = False
     TabOrder = 0
     object IdLbl: TLabel
@@ -19,14 +19,14 @@ object CodingExt: TCodingExt
       Top = 100
       Width = 40
       Height = 13
-      Caption = 'Identifier'
+      Caption = '&Identifier'
     end
     object CodeLbl: TLabel
       Left = 8
       Top = 120
       Width = 25
       Height = 13
-      Caption = 'Code'
+      Caption = 'Cod&e'
     end
     object TmpltList: TListBox
       Left = 8
@@ -66,7 +66,7 @@ object CodingExt: TCodingExt
       Top = 180
       Width = 89
       Height = 17
-      Caption = 'Clear selection'
+      Caption = 'C&lear selection'
       TabOrder = 3
       OnClick = ClearBtnClick
     end
@@ -75,7 +75,7 @@ object CodingExt: TCodingExt
       Top = 180
       Width = 73
       Height = 17
-      Caption = 'Apply'
+      Caption = '&Apply'
       TabOrder = 4
       OnClick = ApplyBtnClick
     end
@@ -95,7 +95,7 @@ object CodingExt: TCodingExt
       Top = 16
       Width = 281
       Height = 25
-      Caption = 'Open the completion editor'
+      Caption = 'Open t&he completion editor'
       TabOrder = 0
       OnClick = CompEditorClick
     end

+ 4 - 4
PreferencesUnit.dfm

@@ -202,7 +202,7 @@ object PreferencesForm: TPreferencesForm
           Top = 82
           Width = 97
           Height = 17
-          Caption = '&Real Calculator'
+          Caption = 'R&eal Calculator'
           TabOrder = 4
           OnClick = TargetBoxClick
         end
@@ -308,7 +308,7 @@ object PreferencesForm: TPreferencesForm
       end
     end
     object EditorSheet: TTabSheet
-      Caption = '&Editor'
+      Caption = 'Edito&r'
       ImageIndex = 1
       DesignSize = (
         297
@@ -431,7 +431,7 @@ object PreferencesForm: TPreferencesForm
         Top = 218
         Width = 177
         Height = 17
-        Caption = '&Remove trailing spaces from lines'
+        Caption = 'R&emove trailing spaces from lines'
         TabOrder = 9
       end
     end
@@ -576,7 +576,7 @@ object PreferencesForm: TPreferencesForm
         Top = 32
         Width = 65
         Height = 21
-        Caption = '&Reset'
+        Caption = 'R&eset'
         TabOrder = 12
         OnClick = ResetButtonClick
       end