mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
parent
28a09b6468
commit
ce4ef3c94d
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ class ExtensionTableModel extends ThreadedTableModel<ExtensionDetails, List<Exte
|
||||||
ResourceFile installDir = Application.getApplicationLayout().getExtensionInstallationDir();
|
ResourceFile installDir = Application.getApplicationLayout().getExtensionInstallationDir();
|
||||||
if (!installDir.canWrite()) {
|
if (!installDir.canWrite()) {
|
||||||
Msg.showError(this, null, "Permissions Error",
|
Msg.showError(this, null, "Permissions Error",
|
||||||
"Cannot install/uninstall extensions: Invalid write permissions on installion directory.\n" +
|
"Cannot install/uninstall extensions: Invalid write permissions on installation directory.\n" +
|
||||||
"See the \"Ghidra Extension Notes\" section of the Ghidra Installation Guide for more information.");
|
"See the \"Ghidra Extension Notes\" section of the Ghidra Installation Guide for more information.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,7 +126,7 @@ public class ExtensionTableProvider extends DialogComponentProvider {
|
||||||
Application.getApplicationLayout().getExtensionInstallationDir();
|
Application.getApplicationLayout().getExtensionInstallationDir();
|
||||||
if (!installDir.canWrite()) {
|
if (!installDir.canWrite()) {
|
||||||
Msg.showError(this, null, "Permissions Error",
|
Msg.showError(this, null, "Permissions Error",
|
||||||
"Cannot install/uninstall extensions: Invalid write permissions on installion directory.\n" +
|
"Cannot install/uninstall extensions: Invalid write permissions on installation directory.\n" +
|
||||||
"See the \"Ghidra Extension Notes\" section of the Ghidra Installation Guide for more information.");
|
"See the \"Ghidra Extension Notes\" section of the Ghidra Installation Guide for more information.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue