diff --git a/Polyhedron/demo/Polyhedron/Plugins/Convex_hull/Kernel_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Convex_hull/Kernel_plugin.cpp
index 94ac9fdb4e0..5fbfe64e5d4 100644
--- a/Polyhedron/demo/Polyhedron/Plugins/Convex_hull/Kernel_plugin.cpp
+++ b/Polyhedron/demo/Polyhedron/Plugins/Convex_hull/Kernel_plugin.cpp
@@ -93,12 +93,11 @@ void Polyhedron_demo_kernel_plugin::on_actionKernel_triggered()
Polyhedron_kernel kernel;
if(!kernel.solve(triangles.begin(),triangles.end()))
{
- std::cout << "done (empty kernel)" << std::endl;
QApplication::restoreOverrideCursor();
+ std::cout << "done (empty kernel)" << std::endl;
QMessageBox::information(mw, tr("Empty Kernel"),
tr("The kernel of the polyhedron \"%1\" is empty.").
arg((item)?item->name():sm_item->name()));
-
return;
}
std::cout << "done" << std::endl;
diff --git a/Polyhedron/demo/Polyhedron/Plugins/PCA/Edit_box_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PCA/Edit_box_plugin.cpp
index 937e6f2068c..a2217015647 100644
--- a/Polyhedron/demo/Polyhedron/Plugins/PCA/Edit_box_plugin.cpp
+++ b/Polyhedron/demo/Polyhedron/Plugins/PCA/Edit_box_plugin.cpp
@@ -64,7 +64,7 @@ void Edit_box_plugin::init(QMainWindow* mainWindow, CGAL::Three::Scene_interface
{
scene = scene_interface;
mw = mainWindow;
- actionBbox = new QAction(tr("Create Bbox"), mainWindow);
+ actionBbox = new QAction(tr("Create Editable Bbox"), mainWindow);
connect(actionBbox, SIGNAL(triggered()),
this, SLOT(bbox()));
actionExport = new QAction(tr("Export to Face_graph item"), mainWindow);
diff --git a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Scene_polyhedron_shortest_path_item.cpp b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Scene_polyhedron_shortest_path_item.cpp
index 94d3c6ca2ca..f0c73c1f9eb 100644
--- a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Scene_polyhedron_shortest_path_item.cpp
+++ b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Scene_polyhedron_shortest_path_item.cpp
@@ -408,10 +408,10 @@ bool Scene_polyhedron_shortest_path_item_priv::run_point_select(const Ray_3& ray
boost::property_map %1 (mode: %5, color: %6)
"
- "Nef_3 polyhedron
Number of vertices: %2
"
"Number of edges: %3
"
"Number of facets: %4
"
diff --git a/Polyhedron/demo/Polyhedron/Scene_points_with_normal_item.cpp b/Polyhedron/demo/Polyhedron/Scene_points_with_normal_item.cpp
index a8922da9645..991e7e3b60f 100644
--- a/Polyhedron/demo/Polyhedron/Scene_points_with_normal_item.cpp
+++ b/Polyhedron/demo/Polyhedron/Scene_points_with_normal_item.cpp
@@ -663,7 +663,7 @@ Scene_points_with_normal_item::toolTip() const
Q_ASSERT(d->m_points != NULL);
return QObject::tr("
%1 (color: %4)
"
- "Point set
Number of points: %2
") .arg(name()) .arg(d->m_points->size()) diff --git a/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp b/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp index 48b7a633011..09622034012 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp +++ b/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp @@ -998,7 +998,7 @@ Scene_polyhedron_item::toolTip() const return QString(); QString str = - QObject::tr("Polyhedron %1 (mode: %5, color: %6)
" + QObject::tr("Polyhedron_3 %1 (mode: %5, color: %6)
" "Number of vertices: %2
"
"Number of edges: %3
"
"Number of facets: %4")
diff --git a/Polyhedron/demo/Polyhedron/Scene_polylines_item.cpp b/Polyhedron/demo/Polyhedron/Scene_polylines_item.cpp
index 60d84872678..48e451f2af4 100644
--- a/Polyhedron/demo/Polyhedron/Scene_polylines_item.cpp
+++ b/Polyhedron/demo/Polyhedron/Scene_polylines_item.cpp
@@ -244,7 +244,7 @@ Scene_polylines_item_private::computeSpheres()
spheres->add_sphere(K::Sphere_3(center+offset, spheres_drawn_square_radius), c);
}
spheres->setToolTip(
- QString("
Legende of endpoints colors:
Legend of endpoints colors:
Textured polyhedron %1 (mode: %5, color: %6)
" + return QObject::tr("Textured Polyhedron_3 %1 (mode: %5, color: %6)
" "Number of vertices: %2
"
"Number of edges: %3
"
"Number of facets: %4