]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.C
fix typo that put too many include paths for most people
[lyx.git] / src / insets / inseturl.C
index 848584044fbc0508b1678230eac65aaeacd97637..d52b6afaafacc95e1655977a51975d8cdc7f4c18 100644 (file)
@@ -38,7 +38,7 @@ string const InsetUrl::getScreenLabel(Buffer const *) const
        string temp;
        if (getCmdName() == "url")
                temp = _("Url: ");
-       else 
+       else
                temp = _("HtmlUrl: ");
 
        if (!getOptions().empty())