]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / LyXView.C
index cc95fc7cf335b774766ab8d9f7ba7f8694df0556..d805fee37175cec6c713a1110dd7bc6ae9d9a885 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
@@ -162,7 +162,7 @@ void LyXView::updateWindowTitle()
                        minimize_title = OnlyFilename(cur_title);
                        if (!buffer()->isClean()) {
                                maximize_title += _(" (changed)");
-                               minimize_title += "*";
+                               minimize_title += '*';
                        }
                        if (buffer()->isReadonly())
                                maximize_title += _(" (read only)");
@@ -181,5 +181,5 @@ void LyXView::dispatch(FuncRequest const & req)
        // substitute the correct BufferView here
        FuncRequest r = req;
        r.setView(view().get());
-       getLyXFunc().dispatch(r); 
+       getLyXFunc().dispatch(r);
 }