volmetrics

changeset 15:a93c8aa85e05

changed win title :p
author Eleni Maria Stea <elene.mst@gmail.com>
date Mon, 03 Feb 2014 01:30:47 +0200
parents a828d8735957
children add30e2d5253
files src/main.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/src/main.cc	Sun Feb 02 02:32:37 2014 +0200
     1.2 +++ b/src/main.cc	Mon Feb 03 01:30:47 2014 +0200
     1.3 @@ -43,7 +43,7 @@
     1.4  	if(argv[1])
     1.5  		vol_fname = argv[1];
     1.6  
     1.7 -	glutCreateWindow("My Colonoscopie OEO!");
     1.8 +	glutCreateWindow("CT scan");
     1.9  
    1.10  	glutDisplayFunc(display);
    1.11  	glutReshapeFunc(reshape);
    1.12 @@ -54,7 +54,7 @@
    1.13  
    1.14  	glewInit();
    1.15  	if(!init()) {
    1.16 -		fprintf(stderr, "Failed to initialize La votre Colonoscopie\n");
    1.17 +		fprintf(stderr, "Failed to initialize program.\n");
    1.18  		return 1;
    1.19  	}
    1.20