Richard Heck wrote:
Martin Vermeer wrote:
On Fri, Nov 09, 2007 at 05:18:34PM +0000, [EMAIL PROTECTED] wrote:
Author: rgheck
Date: Fri Nov 9 18:18:32 2007
New Revision: 21533
URL: http://www.lyx.org/trac/changeset/21533
Log:
Fix URL module.
Modified:
lyx-devel/trunk/lib/layouts/url.module
Modified: lyx-devel/trunk/lib/layouts/url.module
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/lib/layouts/url.module?rev=21533
==============================================================================
--- lyx-devel/trunk/lib/layouts/url.module (original)
+++ lyx-devel/trunk/lib/layouts/url.module Fri Nov 9 18:18:32 2007
@@ -3,7 +3,7 @@
Format 4
InsetLayout URL
- LyXType custom
+ LyXType charstyle
I don't think this is right. It is not a charstyle.
Oh, I see, this has changed in other ways. Originally, I had it as a
charstyle. But now we have "decoration minimalistic", so it's not a
charstyle. In any event, that means the source of Helge's confusion
was that it doesn't appear under character styles but under
Insert>Custom Inset.
Thanks, I found it under "custom inset"
The help text for the URL module still says it "adds a character style
for the \url command." , though, which is misleading now.
Helge Hafting