mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:59:21 +02:00
IDE: clean up
git-svn-id: trunk@49964 -
This commit is contained in:
parent
116fa1ddea
commit
dab7f60716
@ -4596,13 +4596,6 @@ resourcestring
|
|||||||
lisCoolbarMoveSelectedDown = 'Move selected toolbar item down';
|
lisCoolbarMoveSelectedDown = 'Move selected toolbar item down';
|
||||||
lisCoolbarAddDivider = 'Add Divider';
|
lisCoolbarAddDivider = 'Add Divider';
|
||||||
lisCoolbarClearSelection = 'Clear selection';
|
lisCoolbarClearSelection = 'Clear selection';
|
||||||
lisCoolbarHelp1 = 'The "Add" button inserts a command before the ' +
|
|
||||||
'selected Item of the Toolbar.';
|
|
||||||
lisCoolbarHelp2 = 'If none is selected, the Item will be appended at the end ' +
|
|
||||||
'of the Toolbar.';
|
|
||||||
lisCoolbarHelp3 = 'You may rearrange Toolbar Items with "Move Up" and '+
|
|
||||||
'"Move Down" buttons.';
|
|
||||||
lisCoolbarHelp4 = 'Hint: to append an Item at the end, use "Clear selection"';
|
|
||||||
lisToolbarConfiguration = 'Toolbar Configuration';
|
lisToolbarConfiguration = 'Toolbar Configuration';
|
||||||
lisCoolbarAvailableCommands = 'Available commands';
|
lisCoolbarAvailableCommands = 'Available commands';
|
||||||
lisCoolbarToolbarCommands = 'Toolbar commands';
|
lisCoolbarToolbarCommands = 'Toolbar commands';
|
||||||
|
@ -217,11 +217,7 @@ end;
|
|||||||
|
|
||||||
procedure TToolBarConfig.btnHelpClick(Sender: TObject);
|
procedure TToolBarConfig.btnHelpClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
OpenUrl('http://wiki.freepascal.org/IDE_Window:_Editor_Toolbar');
|
OpenUrl('http://wiki.freepascal.org/IDE_Window:_Toolbar_Config');
|
||||||
{
|
|
||||||
ShowMessageFmt('%s%s%s%s%s%s%s', [lisCoolBarHelp1, LineEnding, lisCoolBarHelp2, LineEnding,
|
|
||||||
lisCoolBarHelp3, LineEnding, lisCoolBarHelp4]);
|
|
||||||
}
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TToolBarConfig.btnShowClick(Sender: TObject);
|
procedure TToolBarConfig.btnShowClick(Sender: TObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user