Commit 6292f647 authored by Laurent Aimar's avatar Laurent Aimar

Fixed kate decoder compilation.

parent 03d6f6f2
...@@ -289,7 +289,7 @@ vlc_module_begin () ...@@ -289,7 +289,7 @@ vlc_module_begin ()
true ) true )
set_section( N_("Tiger rendering defaults"), NULL ); set_section( N_("Tiger rendering defaults"), NULL );
add_string( "kate-tiger-default-font-desc", TIGER_DEFAULT_FONT_DESC_DEFAULT, NULL, add_string( "kate-tiger-default-font-desc", TIGER_DEFAULT_FONT_DESC_DEFAULT,
TIGER_DEFAULT_FONT_DESC_TEXT, TIGER_DEFAULT_FONT_DESC_LONGTEXT, true); TIGER_DEFAULT_FONT_DESC_TEXT, TIGER_DEFAULT_FONT_DESC_LONGTEXT, true);
add_integer_with_range( "kate-tiger-default-font-effect", add_integer_with_range( "kate-tiger-default-font-effect",
TIGER_DEFAULT_FONT_EFFECT_DEFAULT, TIGER_DEFAULT_FONT_EFFECT_DEFAULT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment