Changing the name of the Demo from ProjetDamienJulien to Demo Circle 3D.

(I put in comments that Damien Julien is the author of this demo)
This commit is contained in:
Pedro Machado Manhaes de Castro 2006-08-22 08:28:02 +00:00
parent ff4b4e5043
commit 23fed63c52
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
// THE AUTHOR OF THIS DEMO IS DAMIEN JULIEN
#include <qgl.h>
#include <CGAL/IO/Qt_widget_OpenGL.h>
#include <CGAL/IO/Qt_widget.h>
@ -167,9 +169,9 @@ class MyWindow : public QMainWindow {
this->rz = 0.f;
this->resize(w, h);
wGL = new MyGLDrawer(this, "ProjetDamienJulien");
wGL = new MyGLDrawer(this, "Demo Circle 3D");
this->setCentralWidget(wGL);
this->setCaption("ProjetDamienJulien");
this->setCaption("Demo Circle 3D");
//File Menu
QPopupMenu* file = new QPopupMenu(this);
file->insertItem("&Quit", qApp, SLOT(closeAllWindows()),'');