]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxtime.h
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / lyxtime.h
index 147d3d6b6dfb022e93920eafe5266a233ee6633e..94d55e89e3f6a458cec8e66b835921f596b93b52 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Jürgen Spitzmüller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -22,7 +22,7 @@ namespace lyx {
 time_t current_time();
 
 /** Returns a locale-dependent formatting of the date
- *  and time encoded in \c time. The \p fmt string
+ * Â and time encoded in \c time. The \p fmt string
  *  holds the formatting arguments of \c strftime.
  */
 std::string const formatted_time(time_t t, std::string const & fmt);