Merge remote-tracking branch 'origin/GP-1-dragonmacher-help-location-fix'

This commit is contained in:
Ryan Kurtz
2025-12-02 04:45:50 -05:00
7 changed files with 7 additions and 7 deletions

View File

@@ -365,6 +365,8 @@ src/main/help/help/topics/DataWindowPlugin/images/DataWindow.png||GHIDRA||||END|
src/main/help/help/topics/DataWindowPlugin/images/DataWindowFilter.png||GHIDRA||||END|
src/main/help/help/topics/DbViewerPlugin/DbViewer.htm||GHIDRA||||END|
src/main/help/help/topics/DbViewerPlugin/images/DatabaseViewer.png||GHIDRA||||END|
src/main/help/help/topics/DefinedStringsPlugin/DefinedStringsPlugin.htm||GHIDRA||||END|
src/main/help/help/topics/DefinedStringsPlugin/images/Defined_String_Table.png||GHIDRA||||END|
src/main/help/help/topics/DisassembledViewPlugin/DisassembledViewPlugin.htm||GHIDRA||||END|
src/main/help/help/topics/DisassembledViewPlugin/images/DisassembledViewPluginMain.png||GHIDRA||||END|
src/main/help/help/topics/DisassemblerPlugin/Disassembly.htm||GHIDRA||||END|
@@ -758,8 +760,6 @@ src/main/help/help/topics/VersionControl/images/UndoHijack.png||GHIDRA||||END|
src/main/help/help/topics/VersionControl/images/VersionHistory.png||GHIDRA||||END|
src/main/help/help/topics/VersionControl/images/ViewCheckouts.png||GHIDRA||||END|
src/main/help/help/topics/VersionControl/project_repository.htm||GHIDRA||||END|
src/main/help/help/topics/ViewStringsPlugin/ViewStringsPlugin.htm||GHIDRA||||END|
src/main/help/help/topics/ViewStringsPlugin/images/Defined_String_Table.png||GHIDRA||||END|
src/main/java/ghidra/app/cmd/comments/package.html||GHIDRA||reviewed||END|
src/main/java/ghidra/app/cmd/data/package.html||GHIDRA||||END|
src/main/java/ghidra/app/cmd/disassemble/package.html||GHIDRA||||END|

View File

@@ -11,7 +11,7 @@
</HEAD>
<BODY lang="EN-US">
<H1><a name="ViewStringsPlugin"></a>View Defined Strings</H1>
<H1><a name="DefinedStringsPlugin"></a>Defined Strings</H1>
<P>The View Defined Strings plugin will display all strings that have been explicitly defined
in the program. You can click on the address column and navigate to the string in the <A href=

View File

@@ -65,7 +65,7 @@
<P class="relatedtopic">Related Topics:</P>
<UL>
<LI><P class="relatedtopic"><A href="help/topics/CodeBrowserPlugin/CodeBrowser.htm">Code Browser</A></P></LI>
<LI><P class="relatedtopic"><A href="help/topics/ViewStringsPlugin/ViewStringsPlugin.htm">View Defined Strings</A></P></LI>
<LI><P class="relatedtopic"><A href="help/topics/DefinedStringsPlugin/DefinedStringsPlugin.htm">DefinedDefined Strings</A></P></LI>
<LI><P class="relatedtopic"><A href="help/topics/TranslateStringsPlugin/TranslateStringsPlugin.htm">Translate Strings Plugin</A></P></LI>
<LI><P class="relatedtopic"><A href="help/topics/Search/Search_for_Strings.htm#Encoded_Strings_Dialog">Search For Encoded Strings</A></P></LI>
</UL>

View File

@@ -339,7 +339,7 @@
<P><B>Related</B></P>
<BLOCKQUOTE>
<P>See the <a href="../ViewStringsPlugin/ViewStringsPlugin.htm">Defined Strings</a> window to see
<P>See the <a href="../DefinedStringsPlugin/DefinedStringsPlugin.htm">Defined Strings</a> window to see
already created strings.</P>
</BLOCKQUOTE>

View File

@@ -109,7 +109,7 @@
<P class="relatedtopic">Related Topics:</P>
<UL>
<LI><A href="help/topics/CodeBrowserPlugin/CodeBrowser.htm">Code Browser</A></LI>
<LI><A href="help/topics/ViewStringsPlugin/ViewStringsPlugin.htm">View Defined Strings</A></LI>
<LI><A href="help/topics/DefinedStringsPlugin/DefinedStringsPlugin.htm">Defined Strings</A></LI>
</UL>
<br>

View File

@@ -96,7 +96,7 @@ public class DefinedStringsPlugin extends ProgramPlugin implements DomainObjectL
refreshAction.getToolBarData().setIcon(REFRESH_NOT_NEEDED_ICON);
reload();
})
.helpLocation(new HelpLocation("ViewStringsPlugin", "Refresh"))
.helpLocation(new HelpLocation(getName(), "Refresh"))
.buildAndInstallLocal(provider);
tool.addLocalAction(provider, new MakeProgramSelectionAction(this, provider.getTable()));