]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlERT.C
Really dull and boring header shit
[lyx.git] / src / frontends / controllers / ControlERT.C
index 76c87ce454f519321778838f23d9bb7cf333ce26..27b22ebbb07f0e916432933f6a7a10b918be38c8 100644 (file)
@@ -1,14 +1,11 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file ControlERT.C
+ * Read the file COPYING
  *
- *           LyX, The Document Processor
+ * \author Jürgen Vigna
+ * \author Angus Leeming
  *
- *           Copyright 2001 The LyX Team.
- *
- * ======================================================
- *
- * \author Jürgen Vigna, jug@sad.it
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -30,7 +27,7 @@ ControlERT::ControlERT(LyXView & lv, Dialogs & d)
 
 void ControlERT::applyParamsToInset()
 {
-       inset()->status(lv_.view().get(), params().status);
+       inset()->status(bufferview(), params().status);
 }