mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-0_d-millar_typo_LaunchAction_getDescription'
This commit is contained in:
@@ -228,7 +228,7 @@ public class LaunchAction extends MultiActionDockingAction {
|
||||
}
|
||||
ConfigLast last = findMostRecentConfig();
|
||||
TraceRmiLaunchOffer offer = findOffer(last);
|
||||
if (last == null) {
|
||||
if (offer == null) {
|
||||
return "Configure and launch " + program.getName();
|
||||
}
|
||||
return "Re-launch " + program.getName() + " using " + offer.getTitle();
|
||||
|
||||
Reference in New Issue
Block a user