Skip to content

Commit

Permalink
Renamed two menu items.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDehbansiahkarbon committed Nov 20, 2023
1 parent a554aa2 commit e87be61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UChatGptMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ constructor TChatGptMenuWizard.Create;
if not Assigned(FRoot) then
begin
FRoot := TMenuItem.Create(nil);
FRoot.Caption := 'ChatGPT';
FRoot.Caption := 'ChatGPTWizard';
FRoot.Name := 'ChatGPTRootMenu';
FRoot.Add(FAskMenu);
FRoot.Add(FAskMenuDockable);
Expand Down Expand Up @@ -740,7 +740,7 @@ procedure TEditNotifierHelper.AddEditorContextMenu;
FMenuHook.HookMenu(LvEditorPopUpMenu);
if FMenuHook.IsHooked(LvEditorPopUpMenu) then
begin
FChatGPTSubMenu := TCpMenuItemDef.Create('ChatGPTSubMenu', 'ChatGPT', nil, ipAfter, 'ChatGPTSubMenu');
FChatGPTSubMenu := TCpMenuItemDef.Create('ChatGPTSubMenu', 'AI Assistant(ChatGPTWizard)', nil, ipAfter, 'ChatGPTSubMenu');
FChatGPTSubMenu.OnCreated := OnChatGPTSubMenuClick;
FMenuHook.AddMenuItemDef(FChatGPTSubMenu);
end;
Expand Down

0 comments on commit e87be61

Please sign in to comment.