mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-2869 - Shared Key Bindings - removed Dummy Key Binding class
This commit is contained in:
parent
3705ac3d1f
commit
5a9067832a
69 changed files with 555 additions and 1170 deletions
|
@ -79,6 +79,9 @@ public class Icons {
|
|||
public static final ImageIcon SAVE_AS = ResourceManager.getImageIcon(
|
||||
new DotDotDotIcon(ResourceManager.loadImage("images/Disk.png")));
|
||||
|
||||
public static final ImageIcon MAKE_SELECTION_ICON =
|
||||
ResourceManager.getImageIcon(ResourceManager.loadImage("images/text_align_justify.png"));
|
||||
|
||||
// Not necessarily re-usable, but this is needed for the help system; these should
|
||||
// probably be moved to the client that uses them, while updating the
|
||||
// help system to use them there.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 209 B |
Loading…
Add table
Add a link
Reference in a new issue