diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-10-15 15:36:00 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-10-15 15:36:00 +0000 |
| commit | dd69413884f2f33f8757e3b1f062926d6472f4f0 (patch) | |
| tree | b1cf30a6764ad452477e70c7f8a6fa64a3a6a651 /src/file-update.cpp | |
| parent | Do not use GUI for --export-inkscape-svg (diff) | |
| download | inkscape-dd69413884f2f33f8757e3b1f062926d6472f4f0.tar.gz inkscape-dd69413884f2f33f8757e3b1f062926d6472f4f0.zip | |
Fix link for FAQ entry on DPI change
(see also b862d73dd9a520d02886f295c0313588818513c4)
Diffstat (limited to 'src/file-update.cpp')
| -rw-r--r-- | src/file-update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-update.cpp b/src/file-update.cpp index 3771d549b..303a5c4f1 100644 --- a/src/file-update.cpp +++ b/src/file-update.cpp @@ -359,7 +359,7 @@ void sp_file_convert_dpi(SPDocument *doc) "but is better for physical output that relies on accurate sizes and positions (for example, for " "3D printing.)\n\n" "More information about this change are available in the <a " - "href='https://inkscape.org/en/learn/faq#todo-todo-todo'>Inkscape FAQ</a>" + "href='https://inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ</a>" "</small>")); moreinfo_text.set_line_wrap(true); moreinfo_text.set_size_request(554,-1); |
