X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finseturl.C;h=848584044fbc0508b1678230eac65aaeacd97637;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=58bd309f5e502144fe91d6df16abf01c04fc9529;hpb=30fde4225fdab7e080d1b1c8fb2caa1bb59a4a69;p=lyx.git diff --git a/src/insets/inseturl.C b/src/insets/inseturl.C index 58bd309f5e..848584044f 100644 --- a/src/insets/inseturl.C +++ b/src/insets/inseturl.C @@ -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: ");