diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-10-10 12:49:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 12:49:05 (GMT) |
commit | 7956820acffd9e672a03f60fd4b20ec9aa63928f (patch) | |
tree | a54552c7943f1a048142344b45a2a9fbc2f7201d /addon | |
parent | e227a4dea9910c70d0e4c3fe4becb5da37c270c3 (diff) | |
parent | eeedb6c479665095f69033eab23ab0d8b4d981b5 (diff) | |
download | Doxygen-7956820acffd9e672a03f60fd4b20ec9aa63928f.zip Doxygen-7956820acffd9e672a03f60fd4b20ec9aa63928f.tar.gz Doxygen-7956820acffd9e672a03f60fd4b20ec9aa63928f.tar.bz2 |
Merge pull request #8087 from albert-github/feature.bug_doxyw_class_grapg_consit
Consistency for use class graphs / class diagrams
Diffstat (limited to 'addon')
-rwxr-xr-x[-rw-r--r--] | addon/doxywizard/wizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/wizard.cpp b/addon/doxywizard/wizard.cpp index c2ecc2e..6be752f 100644..100755 --- a/addon/doxywizard/wizard.cpp +++ b/addon/doxywizard/wizard.cpp @@ -1148,7 +1148,7 @@ Step4::Step4(Wizard *wizard,const QHash<QString,Input*> &modelData) m_dotGroup = new QGroupBox(tr("Dot graphs to generate")); QVBoxLayout *vbox = new QVBoxLayout; - m_dotClass=new QCheckBox(tr("Class diagrams")); + m_dotClass=new QCheckBox(tr("Class graphs")); // CLASS_GRAPH m_dotCollaboration=new QCheckBox(tr("Collaboration diagrams")); // COLLABORATION_GRAPH |