File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ object SimbaForm: TSimbaForm
13
13
OnKeyDown = FormKeyDown
14
14
OnWindowStateChange = FormWindowStateChange
15
15
Position = poScreenCenter
16
- LCLVersion = '3.0.0.1 '
16
+ LCLVersion = '3.0.0.2 '
17
17
object DockPanel: TAnchorDockPanel
18
18
Left = 0
19
19
Height = 511
@@ -500,9 +500,9 @@ object SimbaForm: TSimbaForm
500
500
object Separator1: TMenuItem
501
501
Caption = '-'
502
502
end
503
- object MenuItemDownloadAnotherSimba : TMenuItem
504
- Caption = 'Download Another Simba'
505
- OnClick = MenuItemDownloadAnotherSimbaClick
503
+ object MenuItemDownloadSimba : TMenuItem
504
+ Caption = 'Download Simba ... '
505
+ OnClick = MenuItemDownloadSimbaClick
506
506
end
507
507
end
508
508
object MainMenuView: TPopupMenu
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ interface
67
67
TSimbaForm = class (TForm)
68
68
DockPanel: TAnchorDockPanel;
69
69
Images: TImageList;
70
- MenuItemDownloadAnotherSimba : TMenuItem;
70
+ MenuItemDownloadSimba : TMenuItem;
71
71
MenuItemSelectLine: TMenuItem;
72
72
MenuItemSelectWord: TMenuItem;
73
73
MenuItemFind: TMenuItem;
@@ -196,7 +196,7 @@ TSimbaForm = class(TForm)
196
196
procedure MenuFileClick (Sender: TObject);
197
197
procedure MenuFindClick (Sender: TObject);
198
198
procedure MenuGotoClick (Sender: TObject);
199
- procedure MenuItemDownloadAnotherSimbaClick (Sender: TObject);
199
+ procedure MenuItemDownloadSimbaClick (Sender: TObject);
200
200
procedure MenuItemFindInFilesClick (Sender: TObject);
201
201
procedure MenuItemSelectLineClick (Sender: TObject);
202
202
procedure MenuItemSelectWordClick (Sender: TObject);
@@ -913,7 +913,7 @@ procedure TSimbaForm.MenuGotoClick(Sender: TObject);
913
913
end ;
914
914
end ;
915
915
916
- procedure TSimbaForm.MenuItemDownloadAnotherSimbaClick (Sender: TObject);
916
+ procedure TSimbaForm.MenuItemDownloadSimbaClick (Sender: TObject);
917
917
begin
918
918
SimbaDownloadSimbaForm.ShowModal();
919
919
end ;
You can’t perform that action at this time.
0 commit comments