]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.C
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / inseturl.C
index 58bd309f5e502144fe91d6df16abf01c04fc9529..848584044fbc0508b1678230eac65aaeacd97637 100644 (file)
@@ -23,7 +23,7 @@ InsetUrl::InsetUrl(InsetCommandParams const & p, bool)
 
 void InsetUrl::edit(BufferView * bv, int, int, unsigned int)
 {
-       bv->owner()->getDialogs()->showUrl( this );
+       bv->owner()->getDialogs()->showUrl(this);
 }
 
 
@@ -36,7 +36,7 @@ void InsetUrl::edit(BufferView * bv, bool)
 string const InsetUrl::getScreenLabel(Buffer const *) const
 {
        string temp;
-       if (getCmdName() == "url" )
+       if (getCmdName() == "url")
                temp = _("Url: ");
        else 
                temp = _("HtmlUrl: ");