Gui: Fix crash with navlib
Co-authored-by: @hyarion
This commit is contained in:
committed by
Benjamin Nauck
parent
386c5cd910
commit
03c7b2c36a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user