mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4162 fix view defined strings table filtering
This commit is contained in:
parent
7864905bb6
commit
89762a9ef1
8 changed files with 167 additions and 214 deletions
|
@ -37,7 +37,7 @@ public class TranslationSettingsDefinition extends JavaEnumSettingsDefinition<TR
|
|||
|
||||
private final String s;
|
||||
|
||||
private TRANSLATION_ENUM(String s) {
|
||||
TRANSLATION_ENUM(String s) {
|
||||
this.s = s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue