Gui: Fix crash with navlib

Co-authored-by: @hyarion
This commit is contained in:
Max Wilfinger
2025-08-07 09:16:55 +02:00
committed by Benjamin Nauck
parent a9cd5a4982
commit 321cc5ced5

View File

@@ -610,9 +610,7 @@ StdCmdExportDependencyGraph::StdCmdExportDependencyGraph()
{
sGroup = "Tools";
sMenuText = QT_TR_NOOP("Export Dependency &Graph");
QT_TR_NOOP("Exports the dependency graph as a Graphviz (.gv) file");
sToolTipText = QT_TR_NOOP("Exports the dependency graph as a Graphviz (.gv) file");
sStatusTip = sToolTipText;
sWhatsThis = "Std_ExportDependencyGraph";
eType = 0;
@@ -2039,3 +2037,4 @@ void CreateDocCommands()
}
} // namespace Gui