mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 17:00:31 +02:00
IDE/BreakPointsDlg: Add a hint for the button to display breakpoints by group
This commit is contained in:
parent
3237a49d33
commit
c232ac5b2d
@ -623,6 +623,7 @@ begin
|
||||
actProperties.ImageIndex := IDEImages.LoadImage('menu_environment_options');
|
||||
|
||||
tbGroupByBrkGroup.ImageIndex := IDEImages.LoadImage('ttreeview');
|
||||
tbGroupByBrkGroup.Hint := lisDbgBreakpointGroupsHint;
|
||||
case DebuggerOptions.BreakpointsDialogShowTree of
|
||||
bstNone: tbGroupByBrkGroup.Down := False;
|
||||
bstBrkGroup: tbGroupByBrkGroup.Down := True;
|
||||
|
@ -122,6 +122,7 @@ resourcestring
|
||||
lisDbgAllItemDelete = 'Delete all';
|
||||
lisDbgAllItemDeleteHint = 'Delete all';
|
||||
lisDbgBreakpointPropertiesHint = 'Breakpoint Properties ...';
|
||||
lisDbgBreakpointGroupsHint = 'Show breakpoints by group';
|
||||
|
||||
liswlProperties = '&Properties';
|
||||
liswlQuickFormat = '&Format';
|
||||
|
Loading…
Reference in New Issue
Block a user