mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +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';
|
||||
lisCoolbarAddDivider = 'Add Divider';
|
||||
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';
|
||||
lisCoolbarAvailableCommands = 'Available commands';
|
||||
lisCoolbarToolbarCommands = 'Toolbar commands';
|
||||
|
@ -217,11 +217,7 @@ end;
|
||||
|
||||
procedure TToolBarConfig.btnHelpClick(Sender: TObject);
|
||||
begin
|
||||
OpenUrl('http://wiki.freepascal.org/IDE_Window:_Editor_Toolbar');
|
||||
{
|
||||
ShowMessageFmt('%s%s%s%s%s%s%s', [lisCoolBarHelp1, LineEnding, lisCoolBarHelp2, LineEnding,
|
||||
lisCoolBarHelp3, LineEnding, lisCoolBarHelp4]);
|
||||
}
|
||||
OpenUrl('http://wiki.freepascal.org/IDE_Window:_Toolbar_Config');
|
||||
end;
|
||||
|
||||
procedure TToolBarConfig.btnShowClick(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user