]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
index 1af30982de8043dae0399e340e04918c66768bbe..dde2d710cae292ed2cb0cdf1aa14b75d2f8dc220 100644 (file)
@@ -466,7 +466,8 @@ void GuiWorkArea::dispatch(FuncRequest const & cmd0, KeyModifier mod)
 {
        // Handle drag&drop
        if (cmd0.action == LFUN_FILE_OPEN) {
-               lyx_view_->dispatch(cmd0);
+               DispatchResult dr;
+               lyx_view_->dispatch(cmd0, dr);
                return;
        }