Gui: Fix crash with navlib

Co-authored-by: @hyarion
This commit is contained in:
Max Wilfinger
2025-08-07 12:11:14 +02:00
committed by Benjamin Nauck
co-authored by @hyarion
parent a9cd5a4982
commit 321cc5ced5
+2 -3
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