]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
* GuiToolbar.cpp:
[lyx.git] / src / LyXAction.h
index 93a116a2156e1d213a3e842c8941ac1576dc0de7..70381a00227556b8ee6a15c0ee25d985343701b0 100644 (file)
@@ -24,11 +24,8 @@ namespace lyx {
 class FuncRequest;
 
 /**
- * This class is a container for LyX actions. It also
- * stores and managers "pseudo-actions". Pseudo-actions
- * are not part of the FuncCode enum, but are created
- * dynamically, for encapsulating a real action and an
- * argument. They are used for things like the menus.
+ * This class is a container for LyX actions. It associates a name to
+ * most of them and describes some of their properties.
  */
 class LyXAction {
 public: