]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Move OS specific code to proper place. Also make sure that no other
[lyx.git] / src / LyXAction.cpp
index e1860cb3cedca55bf6f2a16fac10a3d0b3900c1c..b0a3a03571898fd3f8c2fb40b053ba030140b634 100644 (file)
@@ -3403,6 +3403,16 @@ void LyXAction::init()
  */
                { LFUN_SECTION_SELECT, "section-select", ReadOnly, Edit },
 
+/*!
+ * \var lyx::FuncCode lyx::LFUN_GRAPHICS_RELOAD
+ * \li Action: Reloads the image if necessary.
+ * \li Syntax: graphics-reload
+ * \li Origin: vfr, 10 Aug 2009
+ * \endvar
+ */
+               { LFUN_GRAPHICS_RELOAD, "graphics-reload", ReadOnly | AtPoint, Edit },
+
+
                { LFUN_NOACTION, "", Noop, Hidden }
 #ifndef DOXYGEN_SHOULD_SKIP_THIS
        };