This commit is contained in:
Pierre Laurac 2016-10-13 15:01:48 -07:00 committed by Kevin Sawicki
parent e759ce72b5
commit 6bac17fb9a

View file

@ -733,7 +733,7 @@ void Window::PreviewFile(const std::string& filepath, mate::Arguments* args) {
std::string filename;
if (!args->GetNext(&filename)) {
filename = filepath;
}
}
window_->PreviewFile(filepath, filename);
}