mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-26 14:12:17 +00:00
GP-1139: minor improvement
This commit is contained in:
parent
0dba2212a0
commit
bc5ae853f5
@ -89,7 +89,7 @@ public interface DebuggerResources {
|
||||
ImageIcon ICON_SNAP_BACKWARD = ResourceManager.loadImage("images/2leftarrow.png");
|
||||
ImageIcon ICON_SEEK_PRESENT = ICON_RESUME;
|
||||
|
||||
boolean altIcons = Boolean.parseBoolean(System.getProperty("debugger.breakpoints.alt.icons"));
|
||||
boolean altIcons = Boolean.getBoolean("debugger.breakpoints.alt.icons");
|
||||
|
||||
ImageIcon ICON_SET_BREAKPOINT =
|
||||
altIcons ? ResourceManager.loadImage("images/alt-breakpoint-set.png")
|
||||
|
Loading…
Reference in New Issue
Block a user