Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -16,7 +16,7 @@ CoauthorshipGraphWidget::CoauthorshipGraphWidget(QWidget *parent) | ... | @@ -16,7 +16,7 @@ CoauthorshipGraphWidget::CoauthorshipGraphWidget(QWidget *parent) |
16 | layout->addWidget(view); | 16 | layout->addWidget(view); |
17 | setLayout(layout); | 17 | setLayout(layout); |
18 | 18 | ||
19 | - setWindowTitle(tr("dblp paper graph visualization")); | 19 | + setWindowTitle(tr("dblp coauthor graph visualization")); |
20 | } | 20 | } |
21 | 21 | ||
22 | void CoauthorshipGraphWidget::print_graph(const Graph & graph) | 22 | void CoauthorshipGraphWidget::print_graph(const Graph & graph) | ... | ... |
-
Please register or login to post a comment