diff options
Diffstat (limited to 'src/translator_si.h')
-rw-r--r-- | src/translator_si.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_si.h b/src/translator_si.h index 33bc27a..b6d6a87 100644 --- a/src/translator_si.h +++ b/src/translator_si.h @@ -684,7 +684,7 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 "\\endcode\n" "If the \\c MAX_DOT_GRAPH_HEIGHT tag in the configuration file " "is set to 200 this will result in the following graph:" - "<p><center><img src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center>\n" + "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n" "<p>\n" "The boxes in the above graph have the following meaning:\n" "<ul>\n" |