aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_render_cairo.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2020-01-13 22:53:46 +0100
committerThomas White <taw@bitwiz.me.uk>2020-01-13 22:53:46 +0100
commit588d51ef1e462eefc3761e55dc9ae87f75a3115c (patch)
tree1a1bad48c8064fce743162be1d3cf7bfd44a3035 /libstorycode/narrative_render_cairo.c
parent1f2629403b9d62ecf44420f789b5c679a8ae1c98 (diff)
Styling for segment start markers
Diffstat (limited to 'libstorycode/narrative_render_cairo.c')
-rw-r--r--libstorycode/narrative_render_cairo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/narrative_render_cairo.c b/libstorycode/narrative_render_cairo.c
index 0a188f4..e00ea78 100644
--- a/libstorycode/narrative_render_cairo.c
+++ b/libstorycode/narrative_render_cairo.c
@@ -314,7 +314,7 @@ int narrative_wrap_range(Narrative *n, Stylesheet *stylesheet, PangoLanguage *la
break;
case NARRATIVE_ITEM_SEGSTART :
- stn = "NARRATIVE.SEGSTART";
+ stn = "NARRATIVE.SEGMENT_START";
break;
case NARRATIVE_ITEM_EOP :