remove reporting the current path from the about box
authorDiane Trout <diane@caltech.edu>
Fri, 15 Sep 2006 22:29:43 +0000 (22:29 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 15 Sep 2006 22:29:43 +0000 (22:29 +0000)
that was mostly in there for debugging and isn't needed anymore

qui/MussaWindow.cpp

index 9797a1629886513e65f205c45179a51877adb2cc..f10e8b4ca5ddb788279ee6e97584e8b3bfcbeaff 100644 (file)
@@ -279,9 +279,6 @@ void MussaWindow::about()
               "(c) 2005-2006 California Institute of Technology\n"
               "Tristan De Buysscher, Diane Trout\n");
    msg += "\n\r";
-   msg += "Path: ";
-   msg += QDir::currentPath();
-   msg += "\n";
    msg += "OpenGL: ";
    msg += (char *)glGetString(GL_VERSION);
    msg += "\n";