]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Timeout.C
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / frontends / Timeout.C
index 114d88aa3fd765eba52e0ca82a0c459e9a26ff54..59b639479cd289f48cf85711cdd6ef94e9245cf0 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file Timeout.C
- * Copyright 2001 LyX Team
- * Read COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
  * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 #ifdef __GNUG__
 #pragma implementation
@@ -57,7 +59,7 @@ void Timeout::restart()
 void Timeout::emit()
 {
        pimpl_->reset();
-       timeout.emit();
+       timeout();
        if (type == CONTINUOUS)
                pimpl_->start();
 }