ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/qtrvu/mainwindow.cxx
(Generate patch)

Comparing ray/src/qtrvu/mainwindow.cxx (file contents):
Revision 1.4 by greg, Fri May 8 18:07:38 2015 UTC vs.
Revision 1.5 by greg, Thu Feb 4 20:16:22 2016 UTC

# Line 975 | Line 975 | void MainWindow::saveCurrentImage()
975   void MainWindow::loadView()
976   {
977   QString viewFileName = QFileDialog::getOpenFileName(this, tr("Open View File"),
978 <   "", tr("View Files (*.vp *.vf)"));
978 >   "", tr("View Files (*.vf *.vp *.vfh *.vfv)"));
979   QString command = "last " + viewFileName;
980   this->runCommand(command.toLatin1());
981   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines