]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Delegates.h
InsetHyperlink.cpp: fix a bug I introduced in r26218
[lyx.git] / src / frontends / Delegates.h
index 96c134bf56b706bf2f9fc152ea3e39f397ae8de8..c1ef6556a40c455bdb0e829ddf359d145b260189 100644 (file)
@@ -45,9 +45,9 @@ public:
        virtual void showDialog(std::string const & name,
                std::string const & data, Inset * inset = 0) = 0;
 
-       /// This function is called when some dialogs needs to be updated.
+       /// This function is called when some dialogs needs to be reset.
        /** \param name == "citation", "bibtex" etc; an identifier used
-           to update the contents of a particular dialog with \param data.
+           to reset the contents of a particular dialog with \param data.
            See the comments to 'show', above.
        */
        virtual void updateDialog(std::string const & name,