]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiRef.cpp
InsetCommandParams() now takes an InsetCode rather than a string.
[features.git] / src / frontends / qt4 / GuiRef.cpp
index 4da6c346548e208d7c195fbece6065eb26c2e9d2..7a7a7353f561f639bb73614c288d376219464a2c 100644 (file)
@@ -52,7 +52,7 @@ using support::makeDisplayPath;
 static std::string const lfun_name_ = "ref";
 
 GuiRef::GuiRef(LyXView & lv)
-       : GuiDialog(lv, "ref"), params_("ref")
+       : GuiDialog(lv, "ref"), params_(REF_CODE)
 {
        setupUi(this);
        setViewTitle(_("Cross-reference"));