diff options
Diffstat (limited to 'src/sp-text.cpp')
| -rw-r--r-- | src/sp-text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp index c1c4acae4..f9be54944 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -409,7 +409,7 @@ sp_text_description(SPItem *item) n = g_strdup(_("<no name found>")); } - GString *xs = SP_PX_TO_METRIC_STRING(style->font_size.computed, SP_DT_NAMEDVIEW(SP_ACTIVE_DESKTOP)->getDefaultMetric()); + GString *xs = SP_PX_TO_METRIC_STRING(style->font_size.computed, sp_desktop_namedview(SP_ACTIVE_DESKTOP)->getDefaultMetric()); char *ret = ( SP_IS_TEXT_TEXTPATH(item) ? g_strdup_printf(_("<b>Text on path</b> (%s, %s)"), n, xs->str) |
