mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 14:00:14 +02:00
EditorOptions: Further simplified mouse-settings (forgot one label)
git-svn-id: trunk@21302 -
This commit is contained in:
parent
9a4173fa22
commit
61bca4a51b
@ -213,6 +213,7 @@ end;
|
||||
procedure TEditorMouseOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
FDialog := ADialog;
|
||||
GenericDividerLabel.Caption := dlfMouseSimpleGenericSect;
|
||||
GutterDividerLabel.Caption := dlfMouseSimpleGutterSect;
|
||||
GutterLeftRadio1.Caption := dlfMouseSimpleGutterLeftDown;
|
||||
GutterLeftRadio2.Caption := dlfMouseSimpleGutterLeftUp;
|
||||
|
@ -1165,6 +1165,7 @@ resourcestring
|
||||
dlgUseSyntaxHighlight = 'Use syntax highlight';
|
||||
dlgUseCodeFolding = 'Code folding';
|
||||
dlgCodeFoldingMouse = 'Mouse';
|
||||
dlfMouseSimpleGenericSect = 'General';
|
||||
dlfMouseSimpleGutterSect = 'Gutter';
|
||||
dlfMouseSimpleGutterLeftDown = 'Standard, All actions (breakpoint, fold) on Mouse down';
|
||||
dlfMouseSimpleGutterLeftUp = 'Extended, Actions (breakpoint, fold) on Mouse up. Selection on Mouse down and move';
|
||||
|
Loading…
Reference in New Issue
Block a user