File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
- {TODO -cUI : Remove unused tool bar button in main window}
2
1
{TODO -cPreRelease : Remove -[**dev**] from product and file versions in .vi files before bumping release number}
Original file line number Diff line number Diff line change @@ -166,21 +166,8 @@ inherited MainForm: TMainForm
166
166
ImageIndex = 12
167
167
Style = tbsSeparator
168
168
end
169
- object tbUpdateDbase: TToolButton
170
- Left = 423
171
- Top = 0
172
- Action = actUpdateDbase
173
- end
174
- object tbSpacer4: TToolButton
175
- Left = 446
176
- Top = 0
177
- Width = 8
178
- Caption = ' tbSpacer4'
179
- ImageIndex = 12
180
- Style = tbsSeparator
181
- end
182
169
object tbHelpContents: TToolButton
183
- Left = 454
170
+ Left = 423
184
171
Top = 0
185
172
Action = actHelpContents
186
173
end
Original file line number Diff line number Diff line change @@ -233,13 +233,11 @@ TMainForm = class(THelpAwareForm)
233
233
tbSelectSnippets: TToolButton;
234
234
tbSpacer1: TToolButton;
235
235
tbSpacer3: TToolButton;
236
- tbSpacer4: TToolButton;
237
236
tbSpacer5: TToolButton;
238
237
tbSpacer6: TToolButton;
239
238
tbSpacer7: TToolButton;
240
239
tbSpacer8: TToolButton;
241
240
tbTestCompile: TToolButton;
242
- tbUpdateDbase: TToolButton;
243
241
actBlog: TBrowseURL;
244
242
miBlog: TMenuItem;
245
243
// / <summary>Displays About Box.</summary>
You can’t perform that action at this time.
0 commit comments